Mono Class Library: System.Xml.Xsl NamespaceSystem.Xml.Xsl.XslTransform Class |
See Also: XslTransform Members
|
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.
[Edit]
Namespace: System.Xml.Xsl
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0