XslTransform.Transform Method (System.Xml.Xsl)

Switch View :
ScriptFree
.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
Public method Transform(IXPathNavigable, XsltArgumentList) Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to an XmlReader.
Public method Transform(String, String) Transforms the XML data in the input file and outputs the result to an output file.
Public method Transform(XPathNavigator, XsltArgumentList) Transforms the XML data in the XPathNavigator using the specified args and outputs the result to an XmlReader.
Public method Transform(IXPathNavigable, XsltArgumentList, Stream) Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to a Stream.
Public method Transform(IXPathNavigable, XsltArgumentList, TextWriter) Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to a TextWriter.
Public method Transform(IXPathNavigable, XsltArgumentList, XmlResolver) Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to an XmlReader.
Public method Transform(IXPathNavigable, XsltArgumentList, XmlWriter) Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to an XmlWriter.
Public method Transform(String, String, XmlResolver) Transforms the XML data in the input file and outputs the result to an output file.
Public method Transform(XPathNavigator, XsltArgumentList, Stream) Transforms the XML data in the XPathNavigator using the specified args and outputs the result to a Stream.
Public method Transform(XPathNavigator, XsltArgumentList, TextWriter) Transforms the XML data in the XPathNavigator using the specified args and outputs the result to a TextWriter.
Public method Transform(XPathNavigator, XsltArgumentList, XmlResolver) Transforms the XML data in the XPathNavigator using the specified args and outputs the result to an XmlReader.
Public method Transform(XPathNavigator, XsltArgumentList, XmlWriter) Transforms the XML data in the XPathNavigator using the specified args and outputs the result to an XmlWriter.
Public method Transform(IXPathNavigable, XsltArgumentList, Stream, XmlResolver) Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to a Stream.
Public method Transform(IXPathNavigable, XsltArgumentList, TextWriter, XmlResolver) Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to a TextWriter.
Public method Transform(IXPathNavigable, XsltArgumentList, XmlWriter, XmlResolver) Transforms the XML data in the IXPathNavigable using the specified args and outputs the result to an XmlWriter.
Public method Transform(XPathNavigator, XsltArgumentList, Stream, XmlResolver) Transforms the XML data in the XPathNavigator using the specified args and outputs the result to a Stream.
Public method Transform(XPathNavigator, XsltArgumentList, TextWriter, XmlResolver) Transforms the XML data in the XPathNavigator using the specified args and outputs the result to a TextWriter.
Public method Transform(XPathNavigator, XsltArgumentList, XmlWriter, XmlResolver) Transforms the XML data in the XPathNavigator using the specified args and outputs the result to an XmlWriter.
Top
Remarks

Note 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

Reference