On Sun, Feb 27, 2011 at 08:25:06PM -0300, Gustavo Sverzut Barbieri wrote:
> Again, this is far from standards compliant as libxml2, but it's even
> far from the bloat these xml libs carry. I'd propose it to be
> integrated into Eina as it's very useful and small.

The problem with most adhoc XML parser implementations is just that.
They implement a (reasonable?) subset of XML, they work fine for a long
time and then someone comes and breaks them by inserting a comment here
or use one of the fancy encoding rules there. As such I would strongly
recomment trying to reinvent the wheel. Expat is reasonable small, it is
going to be around anyway, since libfontconfig uses it. It might help to
provide a nicer interface on top for handling some simple input formats
on top, but that's it.

Joerg

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to