Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 1.1
.NET Framework
Reference
System.Xml.Xsl
This page is specific to
Microsoft Visual Studio 2003/.NET Framework 1.1

Other versions are also available for the following:
.NET Framework Class Library
System.Xml.Xsl Namespace

The System.Xml.Xsl namespace provides support for Extensible Stylesheet Transformation (XSLT) transforms. It supports the W3C XSL Transformations (XSLT) Version 1.0 Recommendation (www.w3.org/TR/xslt).

Namespace hierarchy

Classes

Class Description
XsltArgumentList Contains a variable number of arguments which are either XSLT parameters or extension objects.
XsltCompileException The exception that is thrown by the Load method when an error is found in the Extensible Stylesheet Transformation (XSLT) stylesheet.
XsltContext Encapsulates the current execution context of the XSLT processor allowing XPath to resolve functions, parameters, and namespaces within XPath expressions.
XsltException The exception that is thrown when an error occurs while processing an Extensible Stylesheet Language (XSL) transform.
XslTransform Transforms XML data using an XSLT stylesheet.

Interfaces

Interface Description
IXsltContextFunction Provides an interface to a given function defined in the XSLT stylesheet during runtime execution.
IXsltContextVariable Provides an interface to a given variable that is defined in the stylesheet during runtime execution.

See Also

.NET Framework Class Library

© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker