Re: [xsl] Making a string lowercase

Subject: Re: [xsl] Making a string lowercase
From: Joerg Heinicke <joerg.heinicke@xxxxxx>
Date: Mon, 20 May 2002 10:35:06 +0200
<xsl:value-of select="translate(., 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz')"/>

Regards,

Joerg

Joel Konkle-Parker schrieb:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Is there a way to pull the value of a node from an XML file and
convert it to all-lowercase?

- -joeljkp



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



Current Thread