Actions
Bug #2957
closed<xsl:variable> as attribute causes XTTE0570: The implicit value () is not valid for the declared type error
Status:
Won't fix
Priority:
Normal
Assignee:
-
Sprint/Milestone:
-
Start date:
2016-09-23
Due date:
% Done:
0%
Estimated time:
Platforms:
Description
When using an XSLT2.0 xsl file that is using a xsl:variable with an as attribute like such:
<xsl:variable name="outerpacking" as="xsd:string" select="nsmpr1:LicensePlateNumber"/>
.
And the Saxon.newXSLT20Processor(xsl) and transformToDocument(xml) APIs we get the following error:
XTTE0570: The implicit value () is not valid for the declared type error
.
Saxon-CE should be able to handle the new XSLT 2.0 "as" attribute for xsl:variable.
Files
Please register to edit this issue
Actions