[xsl] Special Language Characters

Subject: [xsl] Special Language Characters
From: "Tanzila Mohammad" <tmohammad@xxxxxxxxxxxxxxxxxxxx>
Date: Mon, 3 Sep 2001 14:35:59 +0100
I have the following xml

<?xml version="1.0" encoding="UTF-8"?>
<language>
<organisation>
     <txt lang="ara"></txt>
     <txt lang="chi"></txt>
     <txt lang="eng">organisation</txt>
     <txt lang="fre">organisation</txt>
     <txt lang="spa">organización</txt>
</organisation>
</language>

When I run process my stylesheet against the xml, the character 'ó' is not
accepted as I thought. However, is the way to handle this without having to
replace these special characters with the appropriate unicode character i.e.
&#243; replacing 'ó'. Steming from this is then the handling of chinese and
arabic characters in the xml.

Thanks

Tanz




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


Current Thread