Re: [xsl] Regular Expressions

Subject: Re: [xsl] Regular Expressions
From: Tobias Reif <tobiasreif@xxxxxxxxxxxxx>
Date: Mon, 13 Jan 2003 14:07:59 +0100
XSLT2 etc offer nice regex features:

http://www.w3.org/TR/xslt20/#regular-expressions

http://www.w3.org/TR/xmlschema-2/#regexs


http://www.w3.org/TR/xquery-operators/#func-tokenize


http://www.w3.org/TR/xquery-operators/#func-replace
http://www.w3.org/TR/xquery-operators/#func-matches

Check saxon.sf.net, which supports this stuff (check the docs for more info).

I'm using Saxon 7.3.1 to process my XSLT2 transformations containing regex stuff, and it's big fun. It really works well.

Tobi

--

Vim users               donate.
http://iccf-holland.org/donate.html

Web developers           check.
http://www.pinkjuice.com/check/


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread