xsl-list
[Top] [All Lists]

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

2010-05-01 14:33:55
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


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