This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: ignore case


In general you cannot ignore case. But in some instances however you
can. For example if you want to select all the color attributes whose
value is green, without regard case this would work

@color["GREEN" = translate(., "gren", "GREN")]

would work.

Dan

-----Original Message-----
From: Kevin_Gutch@mapinfo.com [mailto:Kevin_Gutch@mapinfo.com]
Sent: Friday, September 07, 2001 2:57 PM
To: xsl-list@lists.mulberrytech.com
Subject: [xsl] ignore case



Can you issue an ignore case statement in XSLT? I think the answer is no
but want to make sure


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]