- inputfile
- The URL of the source document to be transformed.
- outputfile
- The URL of the output file.
- resolver
- The System.Xml.XmlResolver used to resolve the XSLT document() function. If this is null, the document() function is not resolved.
The System.Xml.Xsl.XslTransform class is obsolete in the .NET Framework version 2.0. The System.Xml.Xsl.XslCompiledTransform class is the new XSLT processor. For more information, see Using the XslCompiledTransform Class and Migrating From the XslTransform Class.
System.Xml.Xsl.XslTransform supports the XSLT 1.0 syntax. The XSLT style sheet must include the namespace declaration xmlns:xsl= http://www.w3.org/1999/XSL/Transform.