Re: How to tell Firefox NOT to do DOM-Tree creation
ExtDev <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <8f5fbcd7-7a9d-4dc4-a33a-04b4de9ae5e9@i24g2000prf.googlegroups.com> |
Hi Boris, thx for your answer! My plan is: Open a XML document with FF (by typing the URL in the adress bar or by klicking a link etc) Then my extension passes that document (maybe as a string) to a function. That function does some XSL transformation (without using the FF's internal XSLT processor) and returns the result and that result should appear in the browser window. I'm still in the planing phase so I can't describe it much more exactly. -Dev