Connecting Tech Pros Worldwide Help | Site Map

reading XML in IE6

  #1  
Old October 13th, 2008, 09:35 PM
Steve
Guest
 
Posts: n/a
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.
  #2  
Old October 14th, 2008, 11:15 AM
Martin Honnen
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
video in javascript chrisdude911 answers 8 March 28th, 2006 09:25 AM
IE6 hangs with ADODB.Recordset Kevin Shea answers 2 July 20th, 2005 02:46 PM
Differences in IE6 SP1 and SP2 reading xml files alvincheng67@gmail.com answers 0 July 20th, 2005 09:27 AM
reading parameters from URL to XSLT Pablo Gomes Ludermir answers 1 July 20th, 2005 09:00 AM