AH Formatter /
XSL Formatter
XSLT/XSL-FO/SVG/MathML ConformanceXSLT |
|
| Q. | When xsl:script is used in XSLT Style Sheet, it becomes an error. [No.2003051603] |
|---|---|
| A. |
xsl:script is a specification added with XSLT1.1. What is the XSLT processor that you are using? And, does it support XSLT1.1 XSL Formatter uses MSXML at default. MSXML does not support xsl:script. However, it contains msxsl:script as an extensions element. The usage of msxsl:script is in MSXML SDK. |