Subject: RE: case insensitive comparison
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Tue, 12 Sep 2000 16:50:04 +0100
|
> Currently, have this:
>
> <xsl:when test= ".[@internal = //bookmark/@name]">
>
> I'd like to make this case insensitive. Thanks. ekt
You can do this (for a limited alphabet) using the translate() function, but
not that translate() is XSLT whereas ".[condition]" isn't - it's an IE5 XSL
special. Just leave out the ".[" and "]".
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|