[xsl] upper case

Subject: [xsl] upper case
From: john wa <jonni@xxxxxxxxx>
Date: Tue, 21 Aug 2001 15:01:57 +0200 (MEST)
<xsl:value-of
select="translate($string,'abcdefghijklmnopqrstuvwxyz','ABCDEFGHIJKLMNOPQRST
UVWXYZ')"/>

is this the only way to make a string upper case? is it not very
inefficient?

my xml needs to support other languages, do i need to worry about letters
with accents? do they have uppercase versions too?

thx.

-- 
Sent through GMX FreeMail - http://www.gmx.net


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


Current Thread