System.Xml.Xsl Namespace
Microsoft Silverlight will reach end of support after October 2021. Learn more.
The System.Xml.Xsl namespace provides support for Extensible Stylesheet Transformation (XSLT) transforms.
Classes
Class | Description | |
---|---|---|
XsltContext | Encapsulates the current execution context of the Extensible Stylesheet Language for Transformations (XSLT) processor allowing XML Path Language (XPath) to resolve functions, parameters, and namespaces within XPath expressions. |
Interfaces
Interface | Description | |
---|---|---|
IXsltContextFunction | Provides an interface to a given function defined in the Extensible Stylesheet Language for Transformations (XSLT) style sheet during runtime execution. | |
IXsltContextVariable | Provides an interface to a given variable that is defined in the style sheet during runtime execution. |