Subject: RE: Special symbols in XML that XSLT caanot recognize
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Fri, 17 Oct 2003 12:04:53 +0100
|
> Hello,
> I have international characters and symbols like "(c)" in the
> XML file. When I run the XSL stylesheet against it, it gives
> 'unrecognizable characters". If I substitute it by the
> character entity in the XML, it works fine. I am using
> encoding="iso-8859-1". I tried UTF-8 and have the same
> problem. Any suggestions? Thanks Vivek
This suggests that the actual character encoding used in the file is
different from the encoding declared in the XML declaration. It's an XML
problem, not an XSLT one.
Michael Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|