RE: [xsl] XSL:IF expression

Subject: RE: [xsl] XSL:IF expression
From: Andrew Watt <andrew@xxxxxxxxxxxxxx>
Date: Sat, 10 May 2003 12:14:54 +0100
At 22:45 08/05/2003 +0100, you wrote:
Just occurred to me that

<xsl:if test="matches(@lords,'saturday')">

makes some kind of sense (in the UK at least :-)

Peter,


Wouldn't it need to be

<xsl:if test="matches(@Lords, "saturday", "i") >

to return true? :)

Of course, this little discussion might only be accessible to those with the Wisden to move to XSLT 2.0. :)

Andrew Watt



XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list


Current Thread