Re: [xsl] copyright symbol in XSLT

Subject: Re: [xsl] copyright symbol in XSLT
From: Markus Spath <mspath@xxxxxxxx>
Date: Mon, 04 Feb 2002 23:33:30 +0100

However, in my output HTML I see the copyright symbol
preceded by a capital A with something on top:  ©

How do I get rid of that unwanted character?


did you try to specify the output-encoding in your stylesheet?
e.g.: <xsl:output method="html" encoding="ISO-8859-1" />



I use Xalan 2.2 and the XSLT output is created inside a template that just copies the following:

<p>Copyright &#169; 2002 Company, Inc. All rights reserved.</p>


Markus


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



Current Thread