Re: [xsl] amp symbols

Subject: Re: [xsl] amp symbols
From: Steve <subsume@xxxxxxxxx>
Date: Fri, 30 Jun 2006 14:33:19 -0400
I use <xsl:text disable-output-escaping="yes">&amp;</xsl:text>

Couldn't get CDATA to work for some dumb reason.

-Steve

On 6/30/06, Renate <renaate@xxxxxxxxx> wrote:
I have <xsl:value select="ROW/C_NAME">.

For example, if I have C_NAME = ABC& (containts symbol &amp), then as
a result I'v got ABC&amp, instead of ABC&.
How to deal with this?

Current Thread