Re: [xsl] Filtering, xslt 2.0

Subject: Re: [xsl] Filtering, xslt 2.0
From: "Dave Pawson dave.pawson@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 2 Nov 2022 14:18:42 -0000
On Wed, 2 Nov 2022 at 14:10, Eliot Kimber eliot.kimber@xxxxxxxxxxxxxx
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
>
> The second argument to tokenize() is a regular expression, so b, *b
means bcomma followed by zero or more spacesb.
>
>
>
> I would write it as b,\s*b, which is clearer and handles all white space
(space, tab, etc.).

Thanks Eliot ,\s* makes much more sense, the ws is clear.

(told you DC was sneaky ;-) )

regards

--
Dave Pawson
XSLT XSL-FO FAQ.
Docbook FAQ.

Current Thread