Share via


XML Stylesheet Language Transformations (XSLT)

The XML Stylesheet Language Transformations (XSLT) feature provides a mechanism for transforming one class of Extensible Markup Language (XML) document to another. For example, with XSLT style sheets, 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 device, such as personal digital assistants (PDAs), TV set-top boxes, media appliances, and so on.

The XSLT feature implements the IXTLRuntime interface.

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

See Also

IXTLRuntime

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.