[webkit-dev] Writing a new XML parser with no external libraries

İsmail Dönmez ismail at namtrac.org
Wed Jun 29 09:00:10 PDT 2011


Hi;

On Wed, Jun 29, 2011 at 3:12 AM, Jeffrey Pfau <jpfau at apple.com> wrote:

> Currently, WebCore uses libxml2, or, if available, QtXml to parse incoming
> XML. However, QtXml isn't always available, and using libxml2 exposes its
> own share of problems. As such, I'm undertaking writing an XML parser that
> uses no external libraries.
>
>
Did you have a look at iksemel [0] ? Its a self contained C library for
parsing XML.

[0] http://code.google.com/p/iksemel/

Regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20110629/bab66579/attachment.html>


More information about the webkit-dev mailing list