Re: [xsl] amp symbols

Subject: Re: [xsl] amp symbols
From: Renate <renaate@xxxxxxxxx>
Date: Fri, 30 Jun 2006 21:58:14 +0300
So what "bad" could happen if I put
<xsl:output method="text"/>
insated of
<xsl:output method="html"/>.
Actually what else is different?

On 6/30/06, George Cristian Bina <george@xxxxxxxxxxxxx> wrote:
If your transformation output will be set to text then you will get &
<xsl:output method="text"/>
But if you output XML then & is represented in a text node as an entity
& a m p ; (some spaces added).

Best Regards,
George
---------------------------------------------------------------------
George Cristian Bina
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com

Renate 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