.NET Framework Class Library
XslTransform.Transform Method
Transforms the XML data using the loaded XSLT style sheet.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
| Name | Description | |
|---|---|---|
|
Transform(IXPathNavigable, XsltArgumentList) | Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to an XmlReader. |
|
Transform(String, String) | Transforms the XML data in the input file and outputs the result to an output file. |
|
Transform(XPathNavigator, XsltArgumentList) | Transforms the XML data in the XPathNavigator using the specified args and outputs the result to an XmlReader. |
|
Transform(IXPathNavigable, XsltArgumentList, Stream) | Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to a Stream. |
|
Transform(IXPathNavigable, XsltArgumentList, TextWriter) | Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to a TextWriter. |
|
Transform(IXPathNavigable, XsltArgumentList, XmlResolver) | Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to an XmlReader. |
|
Transform(IXPathNavigable, XsltArgumentList, XmlWriter) | Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to an XmlWriter. |
|
Transform(String, String, XmlResolver) | Transforms the XML data in the input file and outputs the result to an output file. |
|
Transform(XPathNavigator, XsltArgumentList, Stream) | Transforms the XML data in the XPathNavigator using the specified args and outputs the result to a Stream. |
|
Transform(XPathNavigator, XsltArgumentList, TextWriter) | Transforms the XML data in the XPathNavigator using the specified args and outputs the result to a TextWriter. |
|
Transform(XPathNavigator, XsltArgumentList, XmlResolver) | Transforms the XML data in the XPathNavigator using the specified args and outputs the result to an XmlReader. |
|
Transform(XPathNavigator, XsltArgumentList, XmlWriter) | Transforms the XML data in the XPathNavigator using the specified args and outputs the result to an XmlWriter. |
|
Transform(IXPathNavigable, XsltArgumentList, Stream, XmlResolver) | Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to a Stream. |
|
Transform(IXPathNavigable, XsltArgumentList, TextWriter, XmlResolver) | Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to a TextWriter. |
|
Transform(IXPathNavigable, XsltArgumentList, XmlWriter, XmlResolver) | Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to an XmlWriter. |
|
Transform(XPathNavigator, XsltArgumentList, Stream, XmlResolver) | Transforms the XML data in the XPathNavigator using the specified args and outputs the result to a Stream. |
|
Transform(XPathNavigator, XsltArgumentList, TextWriter, XmlResolver) | Transforms the XML data in the XPathNavigator using the specified args and outputs the result to a TextWriter. |
|
Transform(XPathNavigator, XsltArgumentList, XmlWriter, XmlResolver) | Transforms the XML data in the XPathNavigator using the specified args and outputs the result to an XmlWriter. |
Remarks
Note
|
|---|
|
The XslTransform class is obsolete in the .NET Framework version 2.0. The XslCompiledTransform class is the new XSLT processor. For more information, see Using the XslCompiledTransform Class and Migrating From the XslTransform Class. |
See Also
Note