[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Save regex in variable

Subject: Re: Save regex in variable
From: andrew welch <andrew.j.welch@xxxxxxxxx>
Date: Tue, 9 Aug 2005 09:42:21 +0100
save regex in variable
> i want to save a regex in a variable. Is that possible ?
>
> I have the following code:
>
> <xsl:analyze-string select="commit/comment" regex="(OK|ER)[0-9]+"
flags="i">
>
> And i want to save the regex into a variable at the beginning of the
> document. Is that possible ?
>
> I try:
>
> <xsl:variable name="regex" select="'(OK|ER)[0-9]+'" />
>
> But this is a string and works only, when i give a regex as string value
> like here:
>
> <xsl:if test="matches(commit/comment,$regex,'i')">
>
> Can anyone help me ?

Are you missing the AVT braces { }?

<xsl:analyze-string select="..." regex="{$regex}">
                                                       ^^^^       ^^^^

cheers
andrew

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.