Closed
Bug 124463
Opened 23 years ago
Closed 23 years ago
CDATA section not supported for RDF
Categories
(Core :: XML, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla0.9.9
People
(Reporter: harishd, Assigned: harishd)
Details
(Keywords: regression)
Attachments
(1 file)
941 bytes,
patch
|
hjtoi-bugzilla
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
Missed CDATA section implementation, for RDF, when I landed XML parsing
optimization.
Comment on attachment 68602 [details] [diff] [review]
patch v1.0
r=heikki
Let's file new bugs for RDF content sink not creating CDATA nodes, and another
one for XUL content sink not creating CDATA nodes.
Attachment #68602 -
Flags: review+
Comment 3•23 years ago
|
||
patch works fine for me. This fixes the regression.
style nit:
> + return aData? AddText(aData, aLength) : NS_OK;
should be:
return aData ? AddText(aData, aLength) : NS_OK;
Same for the other one . . .
(From update of attachment 68602 [details] [diff] [review])
r=pete
If r= is needed.
--pete
Comment 4•23 years ago
|
||
Comment on attachment 68602 [details] [diff] [review]
patch v1.0
sr=jst
Attachment #68602 -
Flags: superreview+
fix is in.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•22 years ago
|
QA Contact: petersen → rakeshmishra
You need to log in
before you can comment on or make changes to this bug.
Description
•