xsl-list
[Top] [All Lists]

Re: [xsl] Comments in XPath / XSLT regular expressions?

2006-07-26 02:16:22
Hi Frans,

You are right, it's there,  I didn't notice this regex flag before.

But it does not allow for comments in the construct, it allows only for extra whitespace. And I need comments, otherwise the extra whitespace helps only a bit.

Cheers,
Abel

PS: don't CC me, please, I am a subscriber, like everybody else on this list. Now I receive the messages twice and I accidentally answered to you instead of the list ... ;)


Frans Englich wrote:

On Wednesday 26 July 2006 08:45, Abel Braaksma Online wrote:
Dear List,

The regular expression syntax used in XSLT and XPath is largely based on
Perl's regular expression syntax. Perl added a very useful construct to
their regular expression dialect: the /x modifier. It gives "whitespace
freedom" and allows for comments inside regular expressions. It was a
great enhancement at the time, especially for moderate to difficult
regexes.


As I see it, XPath 2.0 has that flag too. See XQuery 1.0 and XPath 2.0 Functions and Operators, section 7.6.1.1 Flags:

http://www.w3.org/TR/xpath-functions/#regex-syntax


Cheers,

        Frans





--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--