I'm doing an application that has to parse elements in an XML tree to HTML and in all the browsers it goes well but IE doesn't want to apply the styles ...
I have a question about reading the XML in IE using javascript. I have the following javascript, it should read an XML file. However, I can only read the XML file ...
I would like to load XML into an iframe for use in an AJAX application. I must be missing something with IE because I can't seem to get the file to come up in the DOM as XML. The documentElement keeps showing up as "HTML". The same script in other browsers works correctly. I'm serving the XML up via PHP using ...