XPST0003 or XPST0017?
Added by Anonymous about 17 years ago
Legacy ID: #4538068 Legacy Poster: Tony Graham (menteith)
For the following stylesheet: ------------------------------------------------------------ <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:example="http://example.com/" version="2.0"> <xsl:template match="/"> <xsl:apply-templates select="example:no-such-function()"/> </xsl:template> </xsl:stylesheet> ------------------------------------------------------------ Saxon 8.9.0.4 gives the error: XPST0003: XPath syntax error at char 26 on line 6 in {example:no-such-function()}: Cannot find a matching 0-argument function named {http://example.com/}no-such-function() AFAICT, according to http://www.w3.org/TR/xpath20/#doc-xpath-FunctionCall, that should be XPST0017.
Replies (1)
RE: XPST0003 or XPST0017? - Added by Anonymous about 17 years ago
Legacy ID: #4538640 Legacy Poster: Michael Kay (mhkay)
Thanks, it will be fixed in the next release.
Please register to reply