Mono Class Library: System.Xml.Xsl Namespace

System.Xml.Xsl.XslTransform Class

Handles XSL Transformation (XSLT)

See Also: XslTransform Members

public sealed class XslTransform

Remarks

This class handles XSL Transformation version 1.0 (see World Wide Web Consortium (W3C) Recommendation).

To process XSLT, a stylesheet document and an input document to the transformation is required. Both of them need to be supplied as a string URI, System.IO.Stream, System.IO.TextReader, System.Xml.XmlReader, System.Xml.XPath.IXPathNavigable, or System.Xml.XPath.XPathNavigator. All of them turns into System.Xml.XPath.XPathNavigator.

XslTransform loads one stylesheet via XslTransform.Load method, and reads the transformation input via XslTransform.Transform method.

Requirements

Namespace: System.Xml.Xsl
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0