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”);
Please register to edit this issue
Actions