[xsl] IGNORE CASE IN XSLT

Subject: [xsl] IGNORE CASE IN XSLT
From: Arul Kumar <arulxml@xxxxxxxxxxxx>
Date: Sat, 27 Nov 2004 01:39:57 +0530
Dear all,

Please accept my greetings.

I would like to know is there any case-sensitive options in xslt, for example

XML
   <italic>text</italic>
   And/Or
   <Italic>text</Italic>

Resulting XML
   <i>text</i>

So, in a single expression, I want to transform the elements 'italic' and/or 'Italic' to 'i'. Please advice.

Best regards
Arul Kumar

Current Thread