Actions
Bug #2352
closedregular expression-flag :j not supported in tokenize()
Status:
Won't fix
Priority:
Normal
Assignee:
-
Category:
Saxon extensions
Sprint/Milestone:
-
Start date:
2015-04-06
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Platforms:
Description
In order to select non-portable regular expressions for the java and dotnet versons of Saxon XSLT, you can add :j or :n respectively to the regex flags. However, this works in the xpath replace() function, buf for tokenize() you get the following error:
FORX0001: Syntax error in regular expression: unrecognized flag ':'
The attachment regextest.xslt may help to reproduce the problem.
Files
Please register to edit this issue
Actions