The XslCompiledTransform class is the Microsoft .NET Framework XSLT processor. This class is used to compile style sheets and execute XSLT transformations.
In This Section
- Inputs to the XslCompiledTransform Class
Describes the available XSLT input options.
- Output Options on the XslCompiledTransform Class
Describes the available XSLT output options.
- Resolving External Resources During XSLT Processing
Discusses using the XmlResolver class to resolve external resources.
- Extending XSLT Style Sheets
Discusses how XSLT extensions are supported.
Related Sections
- Security and Your System.Xml Applications
Discusses security issues when working with XML technologies
- Migrating From the XslTransform Class
Discusses how to migrate code from the XslTransform class