Re: [xsl] Could not use matches in Regular Expression (XSLT 2.0)

Subject: Re: [xsl] Could not use matches in Regular Expression (XSLT 2.0)
From: "Sam Byland" <shbyland@xxxxxxxxxxx>
Date: Sat, 1 May 2010 15:33:11 -0400
Hi Jack,

Besides the regex (see Wolfgang's and Dr. Kay's responses), I also find the
following suspect:

<xsl:when test="$TELEPHONE_AREA_CODE = ''FAIRYLAND">

Probably just a typo, and should be:

<xsl:when test="$TELEPHONE_AREA_CODE = 'FAIRYLAND'">

...sam

Current Thread