XML
A version of this page is also available for
4/8/2010
Extensible Markup Language (XML) is the universal format for data on the Web. XML allows developers to describe and deliver rich, structured data from any application in a standard, consistent way. XML does not replace HTML; rather, it is a complementary format.
In This Section
- XML Parser Architecture for Windows Mobile
Provides an architecture diagram for the XML functionality in Windows phones.
- XML Core Services and Document Object Model
Describes the Document Object Model (DOM), and provides a set of application programming interfaces (APIs) that allow you to access and manipulate an XML document.
Related Sections
- XML Data Islands
Provides information about XML Data Islands. These are XML documents that exist within an HTML page. Data Islands allow you to script against the XML document without having to load the XML document through script or through the <OBJECT> tag.