[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: IGNORE CASE IN XSLT

Subject: Re: IGNORE CASE IN XSLT
From: Geert Josten <Geert.Josten@xxxxxxxxxxx>
Date: Fri, 26 Nov 2004 21:12:15 +0100
xsl ignore case
Hmmm,

Best guess would be to issue a pre-transformation that translates all your element to either upper of lowercase. I believe there are some tools from the SGML world that can do that for you (command-line probably)..

On the other hand, you could do something like:

<xsl:template match="*[translate(name(), 'ABC..', 'abc..') = 'italic']">
  <!-- Yuck... -->
</xsl:template>

Grtz,
Geert

Arul Kumar wrote:

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




-- Geert.Josten@xxxxxxxxxxx IT-consultant at Daidalos BV, Zoetermeer (NL)

http://www.daidalos.nl/
tel:+31-(0)79-3316961
fax:+31-(0)79-3316464

GPG: 1024D/12DEBB50

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.