RE: [xsl] IGNORE CASE IN XSLT match

Subject: RE: [xsl] IGNORE CASE IN XSLT match
From: "Scott Trenda" <Scott.Trenda@xxxxxxxx>
Date: Wed, 1 Oct 2008 00:16:11 -0500
<xsl:template match="*[translate(local-name(),
'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz') = 'name']">
  ...
</xsl:template>


-----Original Message-----
From: Senthilukvelaan [mailto:skumaravelan@xxxxxxxxxxxxxx]
Sent: Wednesday, October 01, 2008 12:13 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] IGNORE CASE IN XSLT match

Hi All,
I would like to find out ,is there any way  to ignore case while match
template in XSLT.




Thanks,
Sen

Current Thread