Actions
Bug #3264
closedXTSE0550 for @mode tokens with multiple spaces
Start date:
2017-06-12
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
9.8
Fix Committed on Branch:
9.8, trunk
Fixed in Maintenance Release:
Platforms:
Description
Hi,
With the attached stylesheets, Saxon 9.7 runs fine:
C:>java -classpath Saxon\saxon9ee.jar net.sf.saxon.Transform -im:a -t -s:test.xsl -xsl:test.xsl
Saxon-EE 9.7.0.18J from Saxonica
Java version 1.8.0_131
Using license serial number V005669
...
Execution time: 33.347129msMemory used: 47823080
But 9.8 generates a static error:
C:>java -classpath SaxonEE9-8-0-1J\saxon9ee.jar net.sf.saxon.Transform -im:a -t -s:test.xsl -xsl:test.xsl
Saxon-EE 9.8.0.1J from Saxonica
Java version 1.8.0_131
Using license serial number V005669
...
Static error at xsl:template on line 4 column 38 of test.xsl:
XTSE0550: Invalid QName {}
Errors were reported during stylesheet compilation
Please register to edit this issue
Actions