Actions
Bug #3924
closedThe 'it' option in the setProperty does not accept string with prefix
Start date:
2018-09-28
Due date:
% Done:
100%
Estimated time:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Found in version:
1.1.0
Fixed in version:
1.1.2
SaxonC Languages:
SaxonC Platforms:
SaxonC Architecture:
Description
The 'it' option in the setProperty
function does not accept a string with a prefix.
The example below will throw an error silently because in the Java code we try to create a QName without checking for the prefix:
setProperty(“it”,” xsl:initial-template”);
Updated by O'Neil Delpratt about 6 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Bug fixed in the Java code class XsltProcessor
Updated by O'Neil Delpratt almost 6 years ago
- Status changed from Resolved to Closed
- Fixed in version set to 1.1.2
Bug fix applied in the Saxon/C 1.1.2 maintenance release.
Please register to edit this issue
Actions