System.Xml.Xsl.XsltArgumentList Class

Contains a variable number of arguments which are either XSLT parameters or extension objects.

See Also: XsltArgumentList Members

Syntax

public class XsltArgumentList

Remarks

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>:

For more information about using the System.Xml.Xsl.XsltArgumentList, see XSLT Extension Objects and XSLT Parameters.

Requirements

Namespace: System.Xml.Xsl
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0