Re: [xsl] Testing for upper and lower case

Subject: Re: [xsl] Testing for upper and lower case
From: "Mark" <mark@xxxxxxxxxxxx>
Date: Fri, 4 Nov 2011 08:26:20 -0700
That is very helpful,
Thanks
Mark

-----Original Message----- From: Andrew Welch Sent: Friday, November 04, 2011 2:59 AM To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx Subject: Re: [xsl] Testing for upper and lower case

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