Closed Bug 10064 Opened 26 years ago Closed 26 years ago

Nothing displays for this XML file

Categories

(Core :: XML, defect, P3)

x86
Linux
defect

Tracking

()

VERIFIED FIXED

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.
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.
Status: NEW → ASSIGNED
Target Milestone: M11
Accepting bug and setting target milestone to M11
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
This bug is now fixed. The error displays fine. Please re-test. Thanks.
Status: RESOLVED → VERIFIED
Using 9/16 on Linux Red Hat 6.0 (Linux 2.2), verified bug fixed. Error displays.
You need to log in before you can comment on or make changes to this bug.