Re: Change DocumentType on a loaded Document
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > Is there a way to change the DocumentType on a loaded Document? Not really. Why would you want to? To toggle quirks mode on/off? > Is there a way to supply the nsIWebBrowser/nsIDOMWindow with a parsed DOM and let it show it? Maybe, sort of. XSLT more or less does that... -Boris