i am getting information in the form of xml from .net web server.
I am using NSXml parser to parse it.
But it takes time to parse.
I hear that libxmll2 is faster than NSXml parser.
But i did n't find clear info regarding how to use it.
can any one pls post sample code or example regarding how to parse using libxml2.
Thank u in advance.