System.Xml.Xsl.XslCompiledTransform.Transform Method

Executes the transform using the input document specified by the System.Xml.XmlReader object and outputs the results to an System.Xml.XmlWriter. The System.Xml.Xsl.XsltArgumentList provides additional run-time arguments and the XmlResolver resolves the XSLT document() function.

Syntax

public void Transform (System.Xml.XmlReader input, XsltArgumentList arguments, System.Xml.XmlWriter results, System.Xml.XmlResolver documentResolver)

Parameters

input
An System.Xml.XmlReader containing the input document.
arguments
An System.Xml.Xsl.XsltArgumentList containing the namespace-qualified arguments used as input to the transform. This value can be null.
results
The System.Xml.XmlWriter to which you want to output.
documentResolver
The System.Xml.XmlResolver used to resolve the XSLT document() function. If this is null, the document() function is not resolved.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Xml.Xsl
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0