Simple libxml2 XML parsing example with Obj-C, Xcode and libxml2?

Could somebody give me an example of parsing a XML file using libxml2 please ?\[code\]<item> <title>Turtle</title> <type>Reptile</type></item><item> <title>Dog</title> <type>Mammal</type></item>\[/code\]I spent a lot of time looking for a solution but I couldn't find it. I've successfully added the framework and the header to the source path though.Thanks a lot for any advice.
 
Back
Top