ISO-LATIN and MSXML ...

Eric Riblair (eriblair@mediom.qc.ca)
Wed, 16 Sep 1998 15:19:49 -0400


For anyone interested ...

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:
&eacute;) 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