Loads and compiles the style sheet contained in the IXPathNavigable object. See also Load.

Overload List

  Name Description
Public method Load (String) Loads and compiles the style sheet located at the specified URI. See also Load.
Public method 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. See also Load.
Public method Load (XmlReader) Compiles the style sheet contained in the XmlReader. See also Load.
Public method 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 Load.
Public method Load (IXPathNavigable) Loads and compiles the style sheet contained in the IXPathNavigable object. See also Load.
Public method 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. See also Load.

See Also