Actions
Bug #2448
closedNo error for xsl:function/xsl:param[@required='no']
Start date:
2015-08-30
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
9.6
Fix Committed on Branch:
9.6
Fixed in Maintenance Release:
Platforms:
Description
Saxon is ignoring @xsl:function/xsl:param[@required='no']@, when it should be rejecting it as an error. Function parameters are always required.
XSLT 2.0 prohibits the required
attribute on xsl:function/xsl:param
while XSLT 3.0 allows it provided the value is "yes".
See http://stackoverflow.com/questions/32096873/xslt2-0-saxon-he-passing-separator-as-param
Updated by Michael Kay about 9 years ago
Test cases added to xslt30 test suite: function-0119a, -0119b, -0120
Updated by Michael Kay about 9 years ago
- Status changed from New to Resolved
Fixed on the 9.6 and 9.7 branches.
Updated by O'Neil Delpratt almost 9 years ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
- Fixed in version set to 9.6.0.8
Bug fix applied in the Saxon 9.6.0.8 maintenance release
Updated by O'Neil Delpratt almost 9 years ago
- Applies to branch 9.6 added
- Fix Committed on Branch 9.6 added
- Fixed in Maintenance Release 9.6.0.8 added
Please register to edit this issue
Actions