[xsl] Backslash Problem

Subject: [xsl] Backslash Problem
From: Frank Psaila <Frank@xxxxxxxxxx>
Date: Fri, 24 Jan 2003 10:03:25 +0100
Hi,

I have the following type of XML data:

	<name>BPR_POS_APACS\FRANK\1615</name>
	<command>-v pos.trc -c ..//posiso.conf</command>
	<pid>5647</pid>

when using the <xsl:value-of> the backslashes are either removed or
interpreted as an escape sequence . In the above example the node <name>
will be displayed as :

	BPR_POS_APACSFRANKq5

Does anybody have an idea how this can be avoided or else what code can
replace the {name} to print it out correctly.

regards,
Frank

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


Current Thread