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
![]()
BarclayVision
0
votes
2 answers
XCode, iOS: Parsing HTML encoding with hppleI have a problem with encoding when parsing web page with hpple in XCode.
- (void)loadTutorials {
NSURL *tutorialsUrl = [NSURL URLWithString:@"http://qrz.si/members/s55db/"];
NSData *tutorialsHtmlData = [NSData dataWithContentsOfURL:tutorialsUrl…
![]()
b4d
0
votes
2 answers
|