Unknown XSLT element: script
Replies (1)
Please register to reply
Added by Anonymous about 18 years ago
Legacy ID: #3885809 Legacy Poster: Santosh kona (konasantosh123)
while using Saxon 8.5.1, i am getting the error "XTSE0010: Unknown XSLT element: script " . Where as previous version of Saxon is supporting xsl:script element. Is the support for the xsl:script element removed after xslt version 1.1 ?
Legacy ID: #3885880 Legacy Poster: Michael Kay (mhkay)
As you probably know, XSLT 1.1 never got beyond a working draft, and the work on standardizing extension function bindings (of which xsl:script was part) was abandoned. Similar functionality remains in the product in the form of saxon:script, though it's usually not necessary to use this for calling extensions. See the "extensibility" page in the documentation.
Please register to reply