Re: [xsl] representing ampersand and copyright symbols in XML

Subject: Re: [xsl] representing ampersand and copyright symbols in XML
From: Joerg Heinicke <joerg.heinicke@xxxxxx>
Date: Thu, 03 Oct 2002 23:09:07 +0200
At http://www.unicode.org/charts/ you can find unicode charts.

You can write &copy; as &#xa9; and & as &amp; in XML.

Regards,

Joerg

Vedu Hariths wrote:
Hi all,
My XSL stylesheet is getting content for the xml page
it is building from different HTML sources. Some of
these contain &amp and &copy. Is there a way to
represent these symbols in xml so that the browser can
show them properly?

thanks,
Vedu


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list


Current Thread