[xsl] converting CDATA ampersand to &

Subject: [xsl] converting CDATA ampersand to &
From: Vilius Jagminas <vilius@xxxxxxxxx>
Date: Thu, 13 Mar 2003 13:09:00 +0100
Hi,

<xsl:value-of select="text()"/>

I need to present some text extracted from a database using xsl. Some db text strings include '&' and give not well-formed error message. Any ideas how to convert CDATA ampersand to &amp; ? If I try translate(text(), &, &amp;) I run into the same problem.

Thank you for your help.


Vilius Jagminas Masters student www.sbc.su.se




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



Current Thread