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

