Re: [xslt2 func/op] tokenizing "abba" to ("a","b","b","a")

> That's a good point. The intended meaning of the sentence was
>
>if (fn:matches("", $pattern))
>
>but you are right to point out that a different interpretation is possible.

Also I think this different interpretation is preferable.

fn:tokenize should logically be
fn:replace where the replacement string is the "token separation"
you need a different function because of syntax and typing
considerations, but logically it is a cousin of fn:replace not of
fn:matches.


David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Received on Tuesday, 19 August 2003 08:20:22 UTC