[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [JDEV] C XML Parsing (expat)



> I think there are lots.  I recommend you take a look at "expat".  It is a
> C library for parsing XML that looks pretty good.
> 
> http://www.jclark.com/xml/expat.html

I'm also planning on moving to expat for the main code base, during the
rapid development of the existing code, it was far easier to write a small
function to do 90% of XML and plug in expat later when there was more
time.  Besides, expat is still significantly larger than all of the Jabber
code available :)

Jer