Share via


XML for Windows CE

A platform that includes MSXML for Microsoft Windows CE supports some subset of XML functionality, as determined by the device manufacturer. Regardless of the components selected by the manufacturer, a Windows CE-based platform 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 CE for more information.
  • The IWinHttp interface.
  • Data Source Objects.
  • Data islands.
  • Backward compatibility with Microsoft Internet Explorer 4.0 for Windows CE Internet browser.

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

See Also

XML Core Services and Document Object Model

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.