Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

With XSLT style sheets, for example, you can dynamically transform an XML purchase order from one schema to another before sending the order to a supplier. In addition, you can transform an XML document into Hypertext Markup Language (HTML) that is tailored to a specific Internet-enabled hardware device, such as personal digital assistants (PDAs), TV set-top boxes, media appliances, and so on.

XSLT implements the IXTLRuntimeinterface.

For more information about XSLT, see XSLT Developer Guideand this Microsoft Web site .

See Also