Closed
Bug 149916
Opened 23 years ago
Closed 23 years ago
javascript xhtml mathml "document.write is not a function"
Categories
(Core :: XML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 111514
People
(Reporter: richts, Assigned: hjtoi-bugzilla)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530
BuildID:
i just get a javascript error when executing my page.
example at http://home.pages.at/juergen8/test.xml
this page seems to be valid whe validated in http://validator.w3.org
Reproducible: Always
Steps to Reproduce:
1. just open http://home.pages.at/juergen8/test.xml
2.
3.
![]() |
||
Comment 1•23 years ago
|
||
The MIME type is text/xml. We create an XML document. There is no
document.write() in XML documents, only in HTML documents.
See also bug 111514. This is either invalid or a dup of that, so marking dup.
*** This bug has been marked as a duplicate of 111514 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•23 years ago
|
QA Contact: petersen → rakeshmishra
You need to log in
before you can comment on or make changes to this bug.
Description
•