xsl-list
[Top] [All Lists]

Re: [xsl] amp symbols

2006-06-30 11:58:32
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(_at_)oxygenxml(_dot_)com> 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?
>
> --~------------------------------------------------------------------
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
> or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
> --~--
>

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

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