[Webkit-unassigned] [Bug 5262] XMLSerializer drops Namespace information

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 31 02:53:48 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=5262





------- Comment #15 from ap at webkit.org  2007-03-31 02:53 PDT -------
Created an attachment (id=13902)
 --> (http://bugs.webkit.org/attachment.cgi?id=13902&action=view)
fix bit rot

I have tried to apply this patch, and encountered several problems:
1) It has bit-rotted.
2) Namespace attribute serialization should use escapeTextForMarkup() to avoid
problems with special characters in namespaces.
3) No ChangeLog for LayoutTests,
4) Incorrect markup is produced in the original test case - one of the elements
has 'xmlns="null"'.
5) I am not sure why this only fixes createMarkup(Node* ,...), and not
createMarkup(Range*, ...).

I fixed (1), (2) and (3), but (4) has to be fixed prior to landing, too.
Attaching what I ended up with.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list