This topic has not yet been rated - Rate this topic

XslTransform.Load Method

Loads the XSLT style sheet, including style sheets referenced in xsl:include and xsl:import elements.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Load(IXPathNavigable) Loads the XSLT style sheet contained in the IXPathNavigable.
Public method Load(String) Loads the XSLT style sheet specified by a URL.
Public method Load(XmlReader) Loads the XSLT style sheet contained in the XmlReader.
Public method Load(XPathNavigator) Loads the XSLT style sheet contained in the XPathNavigator.
Public method Load(IXPathNavigable, XmlResolver) Loads the XSLT style sheet contained in the IXPathNavigable.
Public method Load(String, XmlResolver) Loads the XSLT style sheet specified by a URL.
Public method Load(XmlReader, XmlResolver) Loads the XSLT style sheet contained in the XmlReader.
Public method Load(XPathNavigator, XmlResolver) Loads the XSLT style sheet contained in the XPathNavigator.
Public method Load(IXPathNavigable, XmlResolver, Evidence) Loads the XSLT style sheet contained in the IXPathNavigable. This method allows you to limit the permissions of the style sheet by specifying evidence.
Public method Load(XmlReader, XmlResolver, Evidence) Loads the XSLT style sheet contained in the XmlReader. This method allows you to limit the permissions of the style sheet by specifying evidence.
Public method Load(XPathNavigator, XmlResolver, Evidence) Loads the XSLT style sheet contained in the XPathNavigator. This method allows you to limit the permissions of the style sheet by specifying evidence.
Top
Note Note

The XslTransform class is obsolete in the .NET Framework version 2.0. The XslCompiledTransform class is the new XSLT processor. For more information, see Using the XslCompiledTransform Class and Migrating From the XslTransform Class.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.