xsl-list
[Top] [All Lists]

Re: [xsl] analyze-string gotcha/reminder

2012-11-18 12:42:50
So I had to double up my curly braces.

Yep, or the usual way is to put the regex in the content of a variable
with as="xs:string":

<xsl:variable name="regex" as="xs:string"> no need to worry about
anything here </xsl:variable>


-- 
Andrew Welch
http://andrewjwelch.com

--~------------------------------------------------------------------
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>
--~--