Use XPathQuery to conveniently parse HTML or XML
- Google XPathQuery for iphone
- download XPathQuery.h and XPathQuery.m
- include both files in the project.
- Use the following method to parse HTML.
NSArray * PerformHTMLXPathQuery (NSData * document, NSString * query);
source share