See Also: XsltArgumentList Members
This class is used by the erload:System.Xml.Xsl.XslCompiledTransform.Transform method. It allows parameters and extension objects to be invoked from within the style sheet.
When the parameters and objects are added to the System.Xml.Xsl.XsltArgumentList, they are associated with a namespace qualified name and a namespace URI, respectively.
The following are advantages to passing an object rather than using an embedded script such as <msxsl:script>:
Provides better encapsulation and reuse of classes.
Allows style sheets to be smaller and more easily maintained.
Supports passing node fragments (through the System.Xml.XPath.XPathNavigator) to the style sheet.
For more information about using the System.Xml.Xsl.XsltArgumentList, see XSLT Extension Objects and XSLT Parameters.