|
Subject: RE: Expression to say "case insensitive" From: "Ben Sorek" <bsorek@xxxxxxxxxxxxx> Date: Thu, 30 Mar 2000 21:11:47 +0200 |
first create 2 variables
<xsl:variable name="ABC">
ABCDEFGHIJKLMNOPQRSTUVWXYZ
</xsl:variable>
<xsl:variable name="ABC">
abcdefghijklmnopqrstuvwxyz
</xsl:variable>
Then:
<xsl:if test="transform($name, $ABC, $abc) = transform('Joe', $ABC, $abc)">
....
</xsl:if>
-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxx]On Behalf Of Jonathan Asbell
Sent: Thursday, March 30, 2000 7:51 PM
To: 'xsl-list@xxxxxxxxxxxxxxxx'
Subject: Expression to say "case insensitive"
How do I express the following expression in xslt:
if the case-insensitive value of $name == the case-insensitive value of
"Joe"
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: Expression to say "case insensi, David Carlisle | Thread | RE: Expression to say "case insensi, Kay Michael |
| RE: Expression to say "case insensi, Selva, Francis | Date | Re: Dumb question from a newbie on , David Carlisle |
| Month |