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]

replacing spaces in xml


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


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