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
Updated by Pieter Masereeuw over 9 years ago
- Status changed from New to Won't fix
- % Done changed from 0 to 100
I am very sorry - my mistake - I should have used a semicolon instead of a colon - bad eyes, wrong glasses.
Sorry to bother you.
Please register to edit this issue
Actions