Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 2.0
System.Xml.Xsl
Load Method
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
.NET Framework Class Library
XslCompiledTransform.Load Method

Compiles the style sheet.

Name Description
XslCompiledTransform.Load (IXPathNavigable) Compiles the style sheet contained in the IXPathNavigable object.
XslCompiledTransform.Load (String) Loads and compiles the style sheet located at the specified URI.
XslCompiledTransform.Load (XmlReader) Compiles the style sheet contained in the XmlReader.
XslCompiledTransform.Load (IXPathNavigable, XsltSettings, XmlResolver) Compiles the XSLT style sheet contained in the IXPathNavigable. The XmlResolver resolves any XSLT import or include elements and the XSLT settings determine the permissions for the style sheet.
XslCompiledTransform.Load (String, XsltSettings, XmlResolver) Loads and compiles the XSLT style sheet specified by the URI. The XmlResolver resolves any XSLT import or include elements and the XSLT settings determine the permissions for the style sheet.
XslCompiledTransform.Load (XmlReader, XsltSettings, XmlResolver) Compiles the XSLT style sheet contained in the XmlReader. The XmlResolver resolves any XSLT import or include elements and the XSLT settings determine the permissions for the style sheet.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker