Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 2.0
System.Xml.Xsl
Transform Method

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
.NET Framework Class Library
XslCompiledTransform.Transform Method

Executes the XSLT transformation.

Name Description
XslCompiledTransform.Transform (IXPathNavigable, XmlWriter) Executes the transform using the input document specified by the IXPathNavigable object and outputs the results to an XmlWriter.
XslCompiledTransform.Transform (String, String) Executes the transform using the input document specified by the URI and outputs the results to a file.
XslCompiledTransform.Transform (String, XmlWriter) Executes the transform using the input document specified by the URI and outputs the results to an XmlWriter.
XslCompiledTransform.Transform (XmlReader, XmlWriter) Executes the transform using the input document specified by the XmlReader object and outputs the results to an XmlWriter.
XslCompiledTransform.Transform (IXPathNavigable, XsltArgumentList, Stream) Executes the transform using the input document specified by the IXPathNavigable object and outputs the results to a stream. The XsltArgumentList provides additional runtime arguments.
XslCompiledTransform.Transform (IXPathNavigable, XsltArgumentList, TextWriter) Executes the transform using the input document specified by the IXPathNavigable object and outputs the results to an TextWriter. The XsltArgumentList provides additional run-time arguments.
XslCompiledTransform.Transform (IXPathNavigable, XsltArgumentList, XmlWriter) Executes the transform using the input document specified by the IXPathNavigable object and outputs the results to an XmlWriter. The XsltArgumentList provides additional run-time arguments.
XslCompiledTransform.Transform (String, XsltArgumentList, Stream) Executes the transform using the input document specified by the URI and outputs the results to stream. The XsltArgumentList provides additional run-time arguments.
XslCompiledTransform.Transform (String, XsltArgumentList, TextWriter) Executes the transform using the input document specified by the URI and outputs the results to a TextWriter.
XslCompiledTransform.Transform (String, XsltArgumentList, XmlWriter) Executes the transform using the input document specified by the URI and outputs the results to an XmlWriter. The XsltArgumentList provides additional run-time arguments.
XslCompiledTransform.Transform (XmlReader, XsltArgumentList, Stream) Executes the transform using the input document specified by the XmlReader object and outputs the results to a stream. The XsltArgumentList provides additional run-time arguments.
XslCompiledTransform.Transform (XmlReader, XsltArgumentList, TextWriter) Executes the transform using the input document specified by the XmlReader object and outputs the results to a TextWriter. The XsltArgumentList provides additional run-time arguments.
XslCompiledTransform.Transform (XmlReader, XsltArgumentList, XmlWriter) Executes the transform using the input document specified by the XmlReader object and outputs the results to an XmlWriter. The XsltArgumentList provides additional run-time arguments.
XslCompiledTransform.Transform (XmlReader, XsltArgumentList, XmlWriter, XmlResolver) Executes the transform using the input document specified by the XmlReader object and outputs the results to an XmlWriter. The XsltArgumentList provides additional run-time arguments and the XmlResolver resolves the XSLT document() function.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker