Load Method
MSDN Home
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 2.0
Class Library Reference
System.Xml.Xsl
XslCompiledTransform Class
XslCompiledTransform Methods
Load Method
Load Method (IXPathNavigable)
Load Method (String)
Load Method (XmlReader)
Load Method (IXPathNavigable, ...
Load Method (String, XsltSetti ...
Load Method (XmlReader, XsltSe ...
XslCompiledTransform Method ...
Load Method
Transform Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
XslCompiledTransform.Load Method
Compiles the style sheet.
Overload List
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.
See Also
Reference
XslCompiledTransform Class
XslCompiledTransform Members
System.Xml.Xsl Namespace
Other Resources
Using the XslCompiledTransform Class
Tags :