xml.xproc.tokenize.xpl Maven / Gradle / Ivy
The newest version!
This step invokes the XPath fn:tokenize
function with its options as
arguments and returns the result as a sequence of c:result
documents.
The input string. If a zero-length string is supplied, the step returns an empty
sequence.
The regular expression used to match separators.
One or more letters indicating options on how the matching is to be performed. If
this argument is omitted, the effect is the same as supplying a zero-length string,
which defaults all the option settings.
A sequence of c:result
documents whose content are substrings of the
input string.