000
RUE DENIS PAPIN � ��
JOUE LES TOURS
37300
FRA
B.P. 30
script
mygrid.loadXML(“00963920080806152450943104.xml”);
message description XML incorrect
please help my
The XML is correct and must load without any problems ( attachment )
In case of IE - please be sure that you are loading page by http ( if you are loading page as c://some.html - IE will recognize only unicode based xml )
1218098891.zip (84.5 KB)
pour information
ceux qui utilisent CGIDEV2 sur AS400 et générer des fichiers xml, il faut absolument utiliser le code page 1252
avec l’ordre callp WrtHtmlToStmf(%TRIM(V_XML) :1252) V_XML étant le chemin et le nom du fichier.
et <?xml version="1.0" encoding="iso-8859-1" ?> dans vos entetes
tout cela pour retrouver les caratères exacte affichés .
___________________________________________________________________________________________________________
for information
those that use CGIDEV2 on AS400 and generate files xml, it is necessary absolutely to use the code page 1252
With the order callp WrtHtmlToStmf (%TRIM(V_XML): 1252) V_XML being the way and the file name.
and <?xml version="1.0" encoding="iso-8859-1" ?> in your entetes
All that to rediscover the exact posted caratères.