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
![]()
user380776
2
votes
0 answers
HTML parsing in iOS using Hpple search hrefI want to find url links in html source code. I am using Hpple for parsing the HTML. I know by giving the path we will find the url in html. For different url's the path must be changed. So i am unable to search url links.
Let me explain clearly.…
![]()
vishnu
2
votes
1 answer
Objective C, xpath query not workingI have next html structure
I want to get content of a tag, I'm using this code
NSURL *newURL = [NSURL…
![]()
SergStav
2
votes
1 answer
Hpple parsing HTML with Objective-CI've follow the tutorial from RayWendErlich to parse HTML node.
I get the content from an index.html.
I've try to use this method to fetch the background value.
+ (void)parseWithHTMLString:(NSString *)string
{
NSData *data = [string…
![]()
Zigii Wong
2
votes
2 answers
Hpple, getting text afterSo I think this is my last Hpple question! I have found an entry in the HTML doc that I am parsing with Hpple. I have tried many different queries, but no luck. Here is a sample of the HTML.
I can get the text staring with "Today's project" with…
![]()
Douglas
|