[Webkit-unassigned] [Bug 17403] WebKit Creates Invalid Xhtml Links with Ajax

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 22 04:02:43 PST 2008


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





------- Comment #8 from ap at webkit.org  2008-02-22 04:02 PDT -------
DOMParser seems to work, you can try it as a workaround:

    var html = '<div foo="&"/>'
    var newDoc = (new DOMParser).parseFromString(html, 'application/xml');


-- 
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