XML for Windows Mobile

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

An OS design platform that includes MSXML for Windows Mobile supports some subset of XML functionality, as determined by the hardware manufacturer. Regardless of the functionality selected by the manufacturer, Windows® phones do 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 Mobile 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 Mobile has only limited security support. For more information, see XML DOM Security.

See Also

Other Resources

XML Core Services and Document Object Model