hpple
iPhone SDK: parsing html table and displaying in iphone tableview
I am using the hpple plugin to parse and display html elements in my iphone app. The problem i\'m having is say there is a table on the webpage I am trying to parse, with several rows, (that ma开发者_[详细]
2023-04-12 12:04 分类:问答iPhone SDK: hpple html parser SIGABRT
I have the following code: -(void)getHTMLData { NSData *data = [[NSData alloc] initWithContentsOfFile:@\"example.html\"];[详细]
2023-04-11 14:03 分类:问答xpath Table Contents into an array
How would I use xPath under the hpple Objective-C wrapper to extract the elements out of this table. Ideally I would like to put the addresses and prices into an array or dictionary.[详细]
2023-03-25 12:25 分类:问答Which is the fastest way to get a URL from an HTML tag (Regex, NScanner, Hppple)?
I found 3 different way to get the value of the src attribute of an img tag in an HTML string. With a Regex using RegexKitLite.[详细]
2023-03-24 18:27 分类:问答XPath XML query
I have trouble working with xml query. Below is the xml document. All I need to do is to display the text inside the cdata section. I wrote this query: /item/title/text(), but it crashed and doesn\'t[详细]
2023-03-22 11:55 分类:问答Returning a tag name with Hpple HTML Parser?
How do i grab the URL_TO_GRAB, with Hpple/Xpath for iPhone? Do i need to use some regex? <div clas开发者_运维技巧s=\"content\">[详细]
2023-03-12 13:07 分类:问答Parsing inner HTML iteratively using Hpple parser and NSXMLParser
I have been working on school newspaper app for iPad platfrom. I am using NSXMLParser to get the titles, brief descriptions, and links for each article. In order to get HTML items from each parsed lin[详细]
2023-03-02 01:28 分类:问答hpple html parse block by block or property by property?
I\'m new about hpple and xpath. for the below html code,I want to get both \"title\" and \"tag\" information.[详细]
2023-02-16 23:43 分类:问答hpple html parse iphone sdk help?
I want to parse html.. so I have found some sample code over: http://blog.objectgraph.com/index.php/2010/02/24/parsing-html-iphone-development/[详细]
2023-02-16 10:08 分类:问答Hpple in Objective-C can't find a particular object (XML/HTML Parser)
For those veterans who haven\'t tried Hpple, it\'s great. It uses Xpath for searching through HTML/XML documents. It gets the job done and it\'s easy enough for a newbie like me to understand. However[详细]
2023-01-29 01:43 分类:问答