You can eliminate the ISO-LATIN problem with MSXML ... when you use the
numeric entity of the latin character (ex: =E9) not the names entity (ex:
é) in the xml file. And the xml header (<?xml version=3D"1.0"
encoding=3D"ISO-8859-1"?>) is not necessary when you use it in an applet in
Jscript in a HTML file.
Regards,
Eric