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.
- 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.