|
Subject: Re: [xsl] two regexp related questions From: Michael Kay <mike@xxxxxxxxxxxx> Date: Thu, 19 May 2011 22:36:42 +0100 |
Hi there,
I've got two regexp-related questions.
1) Is it correct that XSLT/XPath2's regular expressions do not support non-capturing groups (as shown in <http://www.exampledepot.com/egs/java.util.regex/NoGroup.html>)?
2) With respect to analyze-string, and the captured regex-groups:
I'm using a regex like
([A-Z]+) = ([A-Z]+) ( ; ([A-Z]+) = ([A-Z]+) )*
for matching things like
a=b;c=d;e=f
Michael Kay Saxonica
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] two regexp related questi, Julian Reschke | Thread | Re: [xsl] two regexp related questi, Julian Reschke |
| Re: [xsl] two regexp related questi, Julian Reschke | Date | Re: [xsl] two regexp related questi, Julian Reschke |
| Month |