Re: ISO-LATIN and MSXML ...

...................................La maquina (epalma@fsaa.ulaval.ca)
Wed, 16 Sep 1998 15:26:01 +0100


Thanks Eric...
very interesting
You are really good...
:-)))
La maquina

At 08:19 PM 9/16/98 , Eric Riblair wrote:
>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