Summary
XML is the lingua franca of the Internet. As well, it is one of the foundations that enable Web services to exist. Nearly all languages and protocols used with Web services rely on XML and its related technologies. These technologies are
XML 1.0, which defines the basic XML language.
Namespaces in XML, which define the very critical manner in which namespaces (which are URIs) can be applied to XML data, elements, and attributes.
XML Schema, which describes classes of XML instances.
The .NET Framework's XML technology, including:
- XML Serialization - XML DOM - XML Streaming - XML Schema
|