XslCompiledTransform.Load Method
.NET Framework 2.0
Compiles the style sheet.
XslCompiledTransform Members
System.Xml.Xsl Namespace
| 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. |
Reference
XslCompiledTransform ClassXslCompiledTransform Members
System.Xml.Xsl Namespace