[xmljs-users] xmlIOLoadLocalData (cursor stays in waiting state in firefox)
Brought to you by:
djoham,
witchhunter
From: Piet E. <pie...@gm...> - 2007-03-09 13:39:47
|
hello, i have a problem with xmlIOLoadLocalData. whenever i load my xml file from the local system it looks like the browser never stops doing "something". the cursor stays in the waiting state. at th= e same time the function fully works and i can use all of the functionalities that i need to read the content. I only have the problem in Firefox. Internet Explorer runs fine. Javascript: this.onload =3D function() { xmlIOLoadLocalData("catalog.html", "ReadXML"); } catalog.html: =AB?xml version=3D"1.0" encoding=3D"UTF-8"?=BB =ABcatalog=BB =ABproducts=BB =ABproduct name=3D"p1"/> =ABproduct name=3D"p2"/> =ABproduct name=3D"p3"/> =AB/products=BB =AB/catalog=BB i hope someone can help me with this. thanks. Piet Eckhart |