Closed
Bug 15117
Opened 26 years ago
Closed 25 years ago
Start creating XML entity content objects.
Categories
(Core :: XML, defect, P3)
Tracking
()
M16
People
(Reporter: nisheeth_mozilla, Assigned: nisheeth_mozilla)
Details
(Keywords: helpwanted)
The code for the XML entity content object is available in the mozilla codebase.
We need to investigate whether we want to start using it to manufacture entities
and populate the DOM with them.
The things to do here are to examine what the behavior of MS IE 5.0 is and to
get some feedback from the net about whether we should expand entities
internally or expose them via the DOM. I'm keeping this bug within the beta
time frame so that we resolve this issue as soon as possible.
CCing vidur, David, and Ian for feedback.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M12
Assignee | ||
Updated•26 years ago
|
Whiteboard: HELP WANTED
If this is done, Normalize needs to be fixed to normalize within entity
references (if that's the right thing to do). See bug 9779.
Assignee | ||
Comment 2•26 years ago
|
||
Move non-PDT+ bugs to M13...
Assignee | ||
Comment 3•26 years ago
|
||
Moving non beta-stoppers to M16...
Updated•26 years ago
|
Keywords: helpwanted
Whiteboard: HELP WANTED
Assignee | ||
Comment 4•25 years ago
|
||
IE's XML parser does not expand entity references when it is used in
non-validating mode.
One other thing that became clear to me is that entity and entity reference
objects are two separate objects in the DOM. We definitely need to create
entity objects for each entity declaration we see in an XML document. We have
more flexibility in creating entity reference objects because we only need to
create them if the XML parser does not expand entity references internally.
Assignee | ||
Comment 7•25 years ago
|
||
bug 15118 describes the work we need to do to create the doctype object and
populate the doctype.entities NamedNodeMap.
I'm marking this bug as a duplicate of that bug.
*** This bug has been marked as a duplicate of 15118 ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•