XML Parser problem
i have to parse data xml. any one suggest me a simple开发者_Python百科 parser so i can get the data. please don't suggest of ASIHTTPrequest method..
In my xml file there are tad's in which data contain [CDATA] block. iseen this first time i get the null value for this tag
At this link you will find a list of popular XML parser libraries for iOS and differences between them. I used TouchXML in my apps and it was really easy to use.
ASIHTTPrequest is not a parsing library, it's a wrapper for the CFNetwork API. It is used to perform basic HTTP requests and interacting with REST-based services (GET / POST / PUT / DELETE).
精彩评论