Closed
Bug 168852
Opened 23 years ago
Closed 23 years ago
"Error: document.write is not a function" when used in XSL.
Categories
(Core :: XSLT, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 130161
People
(Reporter: ryanparman, Assigned: peterv)
References
()
Details
All JavaScripting seems to work just fine in an XSL file, except document.write
always returns an error saying it isn't a function. I've looked over the code
for errors, and can find none. The page works fine in IE6, but not Mozilla.
I've tried it with 0.9.9, 1.0, 1.1, and 1.2a all under Windows XP.
Comment 1•23 years ago
|
||
known. gonna be fixed by the refactor branch.
*** This bug has been marked as a duplicate of 130161 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 2•23 years ago
|
||
just another testcase:
http://www.world-direct.com/gia/test/partner.asp
the external stylesheet is dynamically assigned (via document.write -
depending on browser)
You need to log in
before you can comment on or make changes to this bug.
Description
•