Connecting Tech Pros Worldwide Help | Site Map

reading XML in IE6

Steve
Guest
 
Posts: n/a
#1: Oct 13 '08
The following works in Firefox but not in IE6, it gives the error
"object doesn't support this property or method". How can I modify it
to also work in IE6?

var doc = document.implementation.createDocument('', 'dummy', null);
doc.load('test.xml');

Thanks in advance for any assistance.

Steve.
Martin Honnen
Guest
 
Posts: n/a
#2: Oct 14 '08

re: reading XML in IE6


Steve wrote:
Quote:
The following works in Firefox but not in IE6, it gives the error
"object doesn't support this property or method". How can I modify it
to also work in IE6?
See answer in comp.lang.javascript:
http://groups.google.com/group/comp....f5c935b6cd230#


--

Martin Honnen
http://JavaScript.FAQTs.com/
Closed Thread