Changes between Initial Version and Version 1 of Ticket #13193, comment 2
- Timestamp:
- Jan 11, 2013, 4:55:05 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13193, comment 2
initial v1 1 That's an appealing theory. The "document" is the unprocessed XML. Once it's loaded a DOMContentLoaded fires . . . and then the XS T replaces all of the DOM with results of the transform. Something like that?1 That's an appealing theory. The "document" is the unprocessed XML. Once it's loaded a DOMContentLoaded fires . . . and then the XSLT replaces all of the DOM with results of the transform. Something like that? 2 2 3 3 I'll need to learn how to monitor events in Firefox using something other than alert(). I never use FF. Can you give me any suggestions? Is there a timeline or console log?