Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: xslt 2.0 regex iterate over captured substrings ==> regex-group(n)

From: Martin Honnen <mahotrash@-----.-->
To: NULL
Date: 6/7/2009 2:05:00 PM
RolfK wrote:

> I got a regex which returns many captured subtrings.
> My problem is that the regex is not in my hand and I need to iterate
> over all cpatured substring items by the regex-group() function.  This
> function requires an integer argument. Unfortunately I do not know the
> maximum index.
> 
> Actually  I need simply to conctinate all matching substrings. But as
> the max index is not known I can not do this.
> 
> What is the solution to that ?

You could use a sufficiently large enough number e.g. 200 if you assume 
there are not more than 200 groups and do
   string-join(for $g in 1 to 200 return regex-group($g), '')
that would concatenate all subgroups from 1 to 200 and as 
regex-group(someIndex) of a not existing index or not matching index 
gives a zero-length string that shouldn't change the result.



-- 

	Martin Honnen
	http://msmvps.com/blogs/martin_honnen/


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent