Click to See Complete Forum and Search --> : XML and Firefox
acohen
03-23-2004, 10:17 AM
Hi. I am developing a html page with an xml data island. I call an external xml file into a dynamically updated html table. It works fine in IE6. However the data stored in the xml file doesn't go into the table if I use Mozilla Firefox (and I assume Netscape Navigator).
Does anybody have any ideas? Thanks, Aaron
crh3675
04-09-2004, 10:43 AM
Don't user data islands. Read this http://www.mozilla.org/xmlextras/xmldataislands/
Khalid Ali
04-09-2004, 10:53 AM
The article yu osted above is onld and now it may not be valid...:-)
The reason I say this is because Mozilla has added a new functionality(XMLHttpRequest object) to parse XML documents
The above solution was a work around to mimic IE is XMLHTTP objects functionality....
Here is a link where I have put together new mozilla XML parsing functionality (http://www.webapplikations.com/pages/html_js/xmlstuff/XMLHttpRequest.html)