Re: How to tell Firefox NOT to do DOM-Tree creation
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
ExtDev wrote: > I try to create an extension for Fitrfox that does something with a > requested XML document. > I want to pass the whole content of the document to a function, so I > don't need the DOM tree. I must be missing some context here. What are you starting with? A string? A URI? Something else? What are you doing with it, exactly? What do you want to get out of your operation? -Boris