Namespace: System.Xml.Xsl

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).

Members of System.Xml.Xsl Namespace

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

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

Namepace hierarchy

Copyright (c) 2002 Microsoft Corporation. All rights reserved.