Xml standard is bloated, but you can get some assumptions to make it simpler 
like only accepting utf8. I used libparsifal in the past and it was quite 
straightforward and the lib is quite small. 
For speed is better to go with sax, but dom is useful when you have to walk and 
resolve different paths



> On 06 Jun 2014, at 13:27, Christian Neukirchen <chneukirc...@gmail.com> wrote:
> 
> Teodoro Santoni <asbras...@gmail.com> writes:
> 
>> 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.
> 
> Why not expat?  It has a simple API, is standard-conformant and not very
> bloated.
> 
> -- 
> Christian Neukirchen  <chneukirc...@gmail.com>  http://chneukirchen.org
> 
> 

Reply via email to