Re: nsIXMLDocumetn::Load fails in Firefox 3 Beta 4
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
Jens Sorensen wrote: > Question, is there an "easy" solution to this issue? Yes. Use XMLHttpRequest or DOMParser, depending on whether you have URI or just raw data. > but I would prefer nsIXMLDocumetn::Load Is there a reason you would prefer it? -Boris