Executes the transform using the input document specified by the System.Xml.XmlReader object and outputs the results to an System.Xml.XmlWriter.
- input
The System.Xml.XmlReader containing the input document.
- results
The System.Xml.XmlWriter to which you want to output.
If the XSLT document() function is enabled, it is resolved using an System.Xml.XmlUrlResolver with no user credentials. If the external resource is located on a network resource that requires authentication, use the overload that takes an System.Xml.XmlResolver as one of its arguments and specify an System.Xml.XmlResolver with the necessary credentials.