Project

Profile

Help

SAXON and exsl:node-set

Added by Anonymous almost 14 years ago

Legacy ID: #8387721 Legacy Poster: https://www.google.com/accounts ()

Saxon-HE 9.2.1.1N My cmd line: Transform -ext:on -xmlversion:1.1 -s:word/document.xml -xsl:upload_add_mapping_info.xsl -o:"word/AFTER upload_add_mapping_info.xml" FILEID=7 COUNTER1=0 When it runs it throws the following error message: Error on line 39 of upload_add_mapping_info.xsl: Cannot find a matching 1-argument function named {http://exslt.org/common}node-set() Transformation failed: Run-time errors were reported What's wrong to my code?


Replies (1)

RE: SAXON and exsl:node-set - Added by Anonymous almost 14 years ago

Legacy ID: #8387744 Legacy Poster: Michael Kay (mhkay)

Saxon-HE does not support extension functions (other than through the new "integrated extension function" mechanism). There is of course no need to use exslt:node-set() with XSLT 2.0 - I assume you know that.

    (1-1/1)

    Please register to reply