XML for Windows Embedded CE (Windows Embedded CE 6.0)

1/6/2010

An OS design platform that includes MSXML for Windows Embedded CE supports some subset of XML functionality, as determined by the hardware manufacturer. Regardless of the functionality selected by the manufacturer, a Windows Embedded CE-based device does not support the following:

  • The XSLTemplate and IXSLProcessor interfaces. There is support for XSLT through the TransformNode method, but there is no support for template caching.
  • The ServerXMLHTTP object.
  • Free threading through the FreeThreadedDOMDocument object. See Using Threads with XML for Windows Embedded CE for more information.
  • The IWinHttp interface.
  • Data Source Objects.

Backward compatibility the DOM APIs using COM interfaces. The following list shows some of the key interfaces exposed by the XML DOM:

In addition, XML for Windows Embedded CE has only limited security support. For more information, see XML DOM Security.

See Also

Other Resources

XML DOM Application Development
XML Core Services and Document Object Model