Bug 8987
| Summary: | Entities contained in DOCTYPE referenced DTD are unknown | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
| Component: | XML | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | ap |
| Priority: | P4 | Keywords: | InRadar |
| Version: | 420+ | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
Eric Seidel (no email)
* SUMMARY
XML files containing:
<!DOCTYPE xsl:stylesheet SYSTEM "../loc/AppTree.xsl.dtd">
or
<!DOCTYPE xml SYSTEM "../loc/AppTree.xsl.dtd">
will not have their entity references resolved when the entities are contained only in the referenced DTD
* STEPS TO REPRODUCE
1. See sample at http://groupaware.com/aspect/AppleTests/Tree/XML/AgentApplications.xml
* RESULTS
Given : Console Errors and a blank page
Desired: Tree view as seen in WIN IE
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
For stylesheets, it's bug 7184 (already fixed); for documents, it's bug 5888.
I have verified that the rest of the test works OK (by opening the HTML output of xsltproc), so closing as duplicate.
*** This bug has been marked as a duplicate of 5888 ***