XML (Windows Embedded CE 6.0)
1/6/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 Embedded CE
Provides an architecture diagram for the XML functionality in Windows Embedded CE-based devices.
- 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.
- XML OS Design Development
Provides a high-level description of the XML functionality in Windows Embedded CE-based devices, and the components that make up the XML functionality.
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.