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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 26 19:00:47 PDT 2008


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


julien.chaffraix at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |julien.chaffraix at gmail.com




------- Comment #12 from julien.chaffraix at gmail.com  2008-03-26 19:00 PDT -------
I think I have found the cause of the bug.
We are failing in XMLTokenizer::parseXMLDocumentFragment. The arguments are
good but the result of xmlParseBalancedChunkMemory is wrong (it converts
"&" to "&")
I had a look at libxml to know why we fail : when you use
xmlParseBalancedChunkMemory, the library automatically converts '&' to "&#38"
which explains the bug.
A look at libxml suggests that there is two possibilities to solve the bug:
correcting the values when creating the DocumentFragment or using another
libxml API. Any suggestion on how to proceed here ?


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