xsl-list
[Top] [All Lists]

Re: how red ampersand from the xml file

2005-03-25 10:24:55
----- Original Message ----- From: "henry human" <henry_human(_at_)yahoo(_dot_)de>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Friday, March 25, 2005 5:20 PM
Subject: [xsl] how red ampersand from the xml file


hello,
how could read ampersand from this tag:<bbb>before&after</bbb>
i tried itto replace it bt i get error!

The ampersand is a reserevrd character and must be escaped to:
&amp;
That's &-a-m-p-;
OR ampersand-a-m-p-;
as some newsreaders will be too helpful...

Joe

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