libxml2 documentation

i need to read/write a xml file in c

i found libxml2, but the documentation is awfull,
im using google but i get most of vb, or c# results

can anyone point me to a introduction tutorial?

actually, any kind of documentation would be ok (just not the oficial The XML C parser and toolkit of Gnome )

thanks

Have you looked at the code examples Libxml2 set of examples They cover most of the APIs. However you are expected to be familiar with DOM.

I have used the C libxml2 library and it's easy. I think that if you see the different examples included in the tar file, you can do it.

Note: You should be careful with the differences (versions) between the library installed in your system and the library you download (if you do it).