Re: xml/html/js code works in IE but not in Mozilla based browsers
"David Schele" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Felder Group Architects |
| Message-ID | <[email protected]> |
Excellent. Many thanks for the direction. I found your site last night, and wondered if the XMLHttpRequest was a possible solution. I'll work on it again tonight. "Martin Honnen" <[email protected]> wrote in message news:[email protected]... > > That is an XML data island in an HTML document, a feature only supported > by IE/Windows. > If you want to load XML cross browser then do it with script, > XMLHttpRequest can do that, see > <http://www.faqts.com/knowledge_base/view.phtml/aid/17226/fid/616> > <http://www.faqts.com/knowledge_base/view.phtml/aid/6826/fid/616> >