Closed
Bug 224739
Opened 22 years ago
Closed 22 years ago
Mozilla Does Not Substitute Referenced External Entities
Categories
(Core :: XML, defect)
Tracking
()
People
(Reporter: vgendler, Assigned: hjtoi-bugzilla)
Details
Attachments
(3 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007
Mozilla does not substitute referenced external entities.
In the next submission I will attach the example files (ZIPped).
MSIE does it correctly.
Reproducible: Always
Steps to Reproduce:
1. Unzip the supplied ZIP file in one folder
2. Opem slideSample07.xml in Mozilla
Actual Results:
Mozilla does not substitute ©right; with the contents of copyright.xml
Expected Results:
Mozilla must substitute ©right; with the contents of copyright.xml
Assignee | ||
Comment 4•22 years ago
|
||
Mozilla does not load external DTDs (Mozilla does not have a validating parser
so it is not required to do this) except in special cases (see
http://www.mozilla.org/newlayout/xml/#dtd for more details).
This bug is a dupe of some other, older bug. Anyone find it please mark this dupe.
Whiteboard: DUPEME
Heikki Toivonen:
Mozilla does not load external DTDs (Mozilla does not have a validating parser
so it is not required to do this) except in special cases
But, .... the same problem as with bug 226786. MSIE can do this. And again
J2EE the latest specification is unreadable in Mozilla but readable in IE.
Do we want this???????????????
Assignee | ||
Comment 6•22 years ago
|
||
Yes, we want it. But we'd need someone to find the time to implement this
feature in Mozilla, which according to our current thinking is not too easy in
the Mozilla architecture (or this would have been implemented years ago).
Found the dupe, marking as such.
*** This bug has been marked as a duplicate of 69799 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Whiteboard: DUPEME
You need to log in
before you can comment on or make changes to this bug.
Description
•