Closed
Bug 10064
Opened 26 years ago
Closed 26 years ago
Nothing displays for this XML file
Categories
(Core :: XML, defect, P3)
Tracking
()
VERIFIED
FIXED
M11
People
(Reporter: dbaron, Assigned: nisheeth_mozilla)
References
()
Details
When the above XML file is loaded, nothing displays. The problem seems to have
something to do with the contents (what's the technical term here...?) of the
DOCTYPE declaration.
I think you need to seperate
<!ELEMENT ( head | para ) (#PCDATA)>
into
<!ELEMENT head (#PCDATA) >
<!ELEMENT para (#PCDATA) >
and do the same with <!ATTLIST ... >.
Your document then displays correctly.
Reporter | ||
Comment 2•26 years ago
|
||
In light of your comments, it's an error handling bug, not a parsing bug. I
wasn't sure which it was to begin with, but for some reason I didn't say that.
I'm still stuck in SGML. Oh well.
Reporter | ||
Updated•26 years ago
|
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M11
Assignee | ||
Comment 3•26 years ago
|
||
Accepting bug and setting target milestone to M11
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•26 years ago
|
||
This bug is now fixed. The error displays fine. Please re-test. Thanks.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•26 years ago
|
||
Using 9/16 on Linux Red Hat 6.0 (Linux 2.2), verified bug fixed. Error displays.
Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•