RE: [xsl] ignore case

Subject: RE: [xsl] ignore case
From: "Sullivan, Dan" <dsullivan@xxxxxxxxxxx>
Date: Fri, 7 Sep 2001 12:07:30 -0700
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@xxxxxxxxxxx [mailto:Kevin_Gutch@xxxxxxxxxxx]
Sent: Friday, September 07, 2001 2:57 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
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


Current Thread