wolfgangqpublic
Jan 26, 2009, 11:48 PM
Hi,
My application needs me to parse HUGE XML files. I need to implement it only in C language. Please suggest me a parser for XML in C.
I came across libxml2 parser. Libxml2 inturn has 'SAX type' parser and ' XMLReader ' pull parser. Please let me know which among these is better in implementation / memory handling or suggest me if there are any better ones.
Thanks,
Rajiv.
My application needs me to parse HUGE XML files. I need to implement it only in C language. Please suggest me a parser for XML in C.
I came across libxml2 parser. Libxml2 inturn has 'SAX type' parser and ' XMLReader ' pull parser. Please let me know which among these is better in implementation / memory handling or suggest me if there are any better ones.
Thanks,
Rajiv.