Re: xml/xsl document events for debugger (pagehide, pageshow)
Boris Zbarsky <[email protected]> Fri, 15 Jun 2007 00:49:19 -0500
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Message-ID | <[email protected]> |
John J. Barton wrote:
> I have been trying to add support for XSLT pages to Firebug.
You mean ones transformed client-side?
> The basic problem is that XSLT does not seem to signal these events:
> win.addEventListener("pagehide", onUnloadTopWindow, true);
> win.addEventListener("pageshow", onLoadWindowContent, true);
> win.addEventListener("DOMContentLoaded", onLoadWindowContent, true);
I'd expect the first two to fire for client-side-transformed things. Not sure
about DOMContentLoaded; would have to look at the source to make sure.
-Boris