[xsl] escaping an accented character

Subject: [xsl] escaping an accented character
From: Peter Hollingsworth <peter@xxxxxxxxxxxxxxxxx>
Date: Tue, 13 Jan 2004 12:52:24 -0800
The character à ('a' with a grave accent) appears in a node in my XML. When I use an XSLT to display the node in an href for link in an html page, the character gets escaped as %C3%A0, which is completely wrong (it should be escaped as %E0). Similar problems occur with all accented characters.

Both the XSL and the XML file have encoding="UTF-8" (unicode, I believe).

Any suggestions? Thanks.

--Peter


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



Current Thread