Try using "LibXML", the most popular xml parsing library in C. Janakiram
On Fri, Mar 19, 2010 at 10:38 AM, Manohar Vanga <[email protected]>wrote: > Hi, > > I have found a decent minimalistic library for use ( > http://ezxml.sourceforge.net/) although the licensing on it is GPL. I am > looking for something that has a BSD-style license. I think I will probably > end up writing one myself sometime this weekend. > > For those who don't have issues with licensing, you can use ezXML from the > link above. > > Thanks > Manohar > > > On Fri, Mar 19, 2010 at 5:49 AM, sunil rathour <[email protected]>wrote: > >> Hi All, >> Even i am also looking for the same minimalistic XML parsing library for >> C, Please can you guys pass me as well.... >> Thanks :) >> Best Regards >> Sunil >> >> >> On 19 March 2010 08:51, Manohar Vanga <[email protected]> wrote: >> >>> Hi all, >>> >>> I am looking for an extremely minimalistic XML parsing library for C >>> under Linux. I want a library that simply lets me traverse around nodes >>> easily based on their name and get the value of the nodes and its >>> attributes. All the ones I looked at are too bloated up and provide for the >>> entire XML specification. >>> >>> Any suggestions? >>> >>> Thanks >>> Manohar >>> >> >> >

