This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Special Language Characters


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]