Closed
Bug 239607
Opened 22 years ago
Closed 22 years ago
fail to load external documents with <!ENTITY...
Categories
(Core :: DOM: HTML Parser, defect)
Core
DOM: HTML Parser
Tracking
()
People
(Reporter: pascal, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040117
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040117
"a.xml" loads "fragment.xml" with:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" [
<!ENTITY test PUBLIC "-//Quies Net//test//EN"
"http://quies.net/bugzilla/fragment.xml">
]>
W3C's validator:
http://validator.w3.org/check?uri=http%3A%2F%2Fquies.net%2Fbugzilla%2Fa.xml
Reproducible: Always
Steps to Reproduce:
Expected Results:
Hallo World!
Comment 1•22 years ago
|
||
![]() |
Reporter | |
Comment 2•22 years ago
|
||
*** This bug has been marked as a duplicate of 69799 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
![]() |
Reporter | |
Comment 3•22 years ago
|
||
(In reply to comment #1)
> can you check bug 69799 and bug 22942 ? This may be a dupe of one of these.
Thanks
You need to log in
before you can comment on or make changes to this bug.
Description
•