E
ErkA
Hello
sorry of omy pure english
I think, that something wrong is in mozilla *FF 1,5,0,2*
I'm trying to parse a xml file http://bazarek.pl/txt/note.xml
by XMLHttpRequest method. In IE, Opera everything is OK, but in mozilla
if I use responseXML method, the string length more then 4096 is cutted
(note that xml is download whole, only when I want to use some element
for example:
xmlhttp.responseXML.getElementsByTagName('ProdList').item(0).firstChil
d.data than in mozilla this string is cutted), but if I use
responseText - everything is working good (in 3 browsers).
pls check this site:
http://bazarek.pl/txt/text.html - responseText
http://bazarek.pl/txt/xml.html - responseXML
What is wrong?
sorry of omy pure english
I think, that something wrong is in mozilla *FF 1,5,0,2*
I'm trying to parse a xml file http://bazarek.pl/txt/note.xml
by XMLHttpRequest method. In IE, Opera everything is OK, but in mozilla
if I use responseXML method, the string length more then 4096 is cutted
(note that xml is download whole, only when I want to use some element
for example:
xmlhttp.responseXML.getElementsByTagName('ProdList').item(0).firstChil
d.data than in mozilla this string is cutted), but if I use
responseText - everything is working good (in 3 browsers).
pls check this site:
http://bazarek.pl/txt/text.html - responseText
http://bazarek.pl/txt/xml.html - responseXML
What is wrong?