[xsl] replacing spaces in xml

Subject: [xsl] replacing spaces in xml
From: Tom Melkonian <melkonian@xxxxxxxxxxx>
Date: Wed, 25 Apr 2001 10:36:23 -0700
Hello there,

I need to process XML data in an XSL stylesheet so that any spaces in the
XML string are replaced with a specified string. Example:

<name>Tom Melkonian</name>

I would like to process this so it becomes

<name>Tom%20Melkonian</name>

in the output. Whats the best way to do this?

Thanks, 

Tom%20Melkonian


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


Current Thread