xsl-list
[Top] [All Lists]

Re: [xsl] amp symbols

2006-06-30 11:39:39
"Renate" == Renate  <renaate(_at_)gmail(_dot_)com> writes:

    Renate> I have <xsl:value select="ROW/C_NAME">.  For example, if I
    Renate> have C_NAME = ABC& (containts symbol &amp), then as a
    Renate> result I'v got ABC&amp, instead of ABC&.  How to deal with
    Renate> this?

Nothing to deal with. The character sequence &amp; is the correct way
to encode the character & in XML.
You have to do the same if you want to refer to it in your XSLT program.
-- 
Colin Adams
Preston Lancashire

--~------------------------------------------------------------------
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>