Re: [xsl] analyze-string gotcha/reminder

Subject: Re: [xsl] analyze-string gotcha/reminder
From: Andrew Welch <andrew.j.welch@xxxxxxxxx>
Date: Sun, 18 Nov 2012 18:42:40 +0000
> 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

Current Thread