Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
This section describes the different methods of extending the XSLT functionality. You can add extension objects or parameters using the XsltArgumentList class. The extension objects or parameters can then be called from the style sheet. In addition, you can also embed script blocks into the style sheet by using the msxsl:script element.
In This Section
XSLT Extension Objects
Discusses using the XsltArgumentList class to process XSLT extension objects.
XSLT Parameters
Discusses using the XsltArgumentList class to process XSLT parameters.
Script Blocks Using msxsl:script
Discusses using the msxsl:script element.