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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 12 15:02:50 PDT 2008


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





------- Comment #16 from julien.chaffraix at gmail.com  2008-04-12 15:02 PDT -------
As advised by Alexey, I have contacted the libxml mailing list to have their
view about what we wanted to do and the way to do it (see
http://mail.gnome.org/archives/xml/2008-April/msg00017.html).
It seems that parsing a content is quite tricky and the only way is to use the
internal function xmlParseContent.
As precised in the link, we need to initialize the parser ourselves (we also
need to interpret the errors ourselves) which will lead to some non portable
code.
However we already use some internal properties and the addition is quite small
so it should be worth the effort of merging some of our parsing code.


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