xsl-list
[Top] [All Lists]

converting CDATA ampersand to &

2003-03-13 05:09:00
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



<Prev in Thread] Current Thread [Next in Thread>