Closed
Bug 137082
Opened 23 years ago
Closed 23 years ago
Accessing page with DTD hangs Mozilla
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 121841
People
(Reporter: jacob, Assigned: jst)
References
()
Details
The page is probably not well formed, but it shouldn't hang the browser.
This is the page source:
<!-- edited with XML Spy v2.5 NT - http://www.xmlspy.com -->
<!ELEMENT z3950_host_details (system_details, database_details*, record_details)>
<!ELEMENT system_details (hostname, network_address, network_port,
authentication_code, update_information_location?)>
<!ELEMENT hostname (#PCDATA)>
<!ELEMENT network_address (#PCDATA)>
<!ELEMENT network_port (#PCDATA)>
<!ELEMENT authentication_code (#PCDATA)>
<!ELEMENT update_information_location (#PCDATA)>
<!ELEMENT database_details (database_name, database_description,
search_attributes*, scan_attributes*)>
<!ELEMENT database_name (#PCDATA)>
<!ELEMENT database_description (#PCDATA)>
<!ELEMENT search_attributes (attribute_name, attribute_codes)>
<!ELEMENT attribute_name (#PCDATA)>
<!ELEMENT attribute_codes (use, relation?, position?, structure?, truncation?,
completeness?)>
<!ELEMENT use (#PCDATA)>
<!ELEMENT relation (#PCDATA)>
<!ELEMENT position (#PCDATA)>
<!ELEMENT structure (#PCDATA)>
<!ELEMENT truncation (#PCDATA)>
<!ELEMENT completeness (#PCDATA)>
<!ELEMENT scan_attributes (scan_attribute_name, scan_attribute_codes)>
<!ELEMENT scan_attribute_name (#PCDATA)>
<!ELEMENT scan_attribute_codes (b_use, b_relation?, b_position?, b_structure?,
b_truncation?, b_completeness?)>
<!ELEMENT b_use (#PCDATA)>
<!ELEMENT b_relation (#PCDATA)>
<!ELEMENT b_position (#PCDATA)>
<!ELEMENT b_structure (#PCDATA)>
<!ELEMENT b_truncation (#PCDATA)>
<!ELEMENT b_completeness (#PCDATA)>
<!ELEMENT record_details (element_set_names, record_syntaxes)>
<!ELEMENT element_set_names (#PCDATA)>
<!ELEMENT record_syntaxes (#PCDATA)>
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 121841 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Component: DOM: Core → DOM: Core & HTML
QA Contact: stummala → general
You need to log in
before you can comment on or make changes to this bug.
Description
•