[Webkit-unassigned] [Bug 41427] Add expat based XMLDocumentParser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 1 00:00:15 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41427





--- Comment #3 from Patrick R. Gansterer <paroga at paroga.com>  2010-07-01 00:00:15 PST ---
(In reply to comment #2)
> (From update of attachment 60147 [details])
> Why?
The main reason was that I had problems to get libxml working.

When you look at the libxml parser you have many toString() calls, which do UTF-8 decoding. This isn't necessary with expat, because it can return UTF-16 strings directly.

I din't had the time to do performance tests, but expat is usually a little faster than libxml.

> We really don’t want a third one of these!
Then you won't accecpt a MSXML implementation too? (will save memory when using the windows system library)
What do you think about a "native WebKit XMLParser" with no 3rdparty dependency?

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


More information about the webkit-unassigned mailing list