An XML/HTML parser for Objective-C, inspired by Hpricot.
Features
- Easy searching by XPath (CSS selectors are planned)
- Parses HTML (XML coming soon)
- Easy access to tag content, name, and attributes.
An XML/HTML parser for Objective-C, inspired by Hpricot.
Features
![]()
tbag
0
votes
0 answers
How to parse I have a html file that has something similar to
How do I parse it to fetch element1, elemnet2 and element3?
I am using Hpple for iOS.
I am using query like
NSString *elementsXpathQueryString =…
![]()
iOSDev
|