Closed
Bug 37506
Opened 25 years ago
Closed 24 years ago
[RFE] Some way of doing DOM -> String and String -> DOM
Categories
(Core :: XML, enhancement, P3)
Core
XML
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: sicking, Assigned: vidur)
Details
(Whiteboard: 8/11: Requested verification from reporter)
While waiting for DOM3 to be specified it would be really useful to have
DOM->String and String->DOM some other way. String->DOM actually exists in IE4
and NS4 by using
NS4: layer.document.writeln(str);
IE4: layer.innerHTML = str;
Comment 1•25 years ago
|
||
Accepting bug and setting target milestone to M18...
Status: NEW → ASSIGNED
Summary: Some way of doing DOM -> String and String -> DOM → [RFE] Some way of doing DOM -> String and String -> DOM
Target Milestone: --- → M18
Comment 2•25 years ago
|
||
Re-assigning to vidur to schedule as he sees fit as part of his web application
model work.
Assignee: nisheeth → vidur
Status: ASSIGNED → NEW
Assignee | ||
Comment 3•24 years ago
|
||
Functionality provided in the XML Extras component.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 4•24 years ago
|
||
I am unable to verify this bug fixed. Jonas: if you agree that it is fixed,
please mark it 'verified'. If unable to do so, please make comment to bug,
agreeing with fix. Thanks
Whiteboard: 8/11: Requested verification from reporter
Updated•24 years ago
|
QA Contact: chrisd → petersen
You need to log in
before you can comment on or make changes to this bug.
Description
•