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.
ó 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
|