Re: [dev] suck-less XML parsing

2014-06-05 Thread Teodoro Santoni
If it takes too much time to put in place a program relying on a SAX parser or a DOM parser, the best choice is libxml2, probably. Otherwise... What about using libparsifal [1], nunnimcax [2] or libnxml [3]? The latter isn't very fresh or the most efficient: has the only function of marshaling x

[dev] suck-less XML parsing

2014-06-05 Thread Bobby Powers
Hello folks, XML sucks, but I would like to write suckless code for a project that requires reading in someone elses XML. Is there an XML library that others have used that sucks-less than rest? libxml2 currently looks ahead of the pack and has few dependencies, despite its gnome pedigree. your