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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 29 19:23:36 PDT 2008


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





------- Comment #15 from julien.chaffraix at gmail.com  2008-03-29 19:23 PDT -------
> I had no in mind when writing the mail as my libxml2 knowledge was too weak.
> After looking a bit more into the code and the documentation, I am pretty sure
> we will have to switch to another API. The candidate I am testing is
> xmlParseChunk as we can provide an xmlParseCtxPtr (which will give us more
> control over the parsing).
> 

I was wrong about xmlParseChunk. We need a function that can parse a fragment
or "content" as defined in the libxml documentation (see
http://bugs.webkit.org/show_bug.cgi?id=5142 for more explainations).
There is 4 APIs that does fragment parsing: xmlParseBalancedChunkMemory,
xmlParseBalancedChunkMemoryRecover, xmlParseContent and xmlParseInNodeContext.
The first two are out because they are more or less the same and we are trying
to find a replacement. The last one does not sound correct for what we want.
I have investigated xmlParseContext with no results for the moment. I will
continue to digg that API a bit more.


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