Re: [xsl] Testing for upper and lower case

Subject: Re: [xsl] Testing for upper and lower case
From: Andrew Welch <andrew.j.welch@xxxxxxxxx>
Date: Fri, 4 Nov 2011 09:59:48 +0000
On 4 November 2011 00:08, Liam R E Quin <liam@xxxxxx> wrote:
> On Thu, 2011-11-03 at 09:06 -0700, Mark wrote:
>
>> I don't understand regex
>
> It's really really really really worth learning, and not as difficult as
> it might at first appear.

A tip for using regex's in xslt is to write it in variable's body with
a string sequence type:

<xsl:variable name="regex" as="xs:string"> regex here </xsl:variable>

It gets around braces and quote issues...


-- 
Andrew Welch
http://andrewjwelch.com

Current Thread