You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am currently working on the blog reader and use HPPLe to parse HTML. I would like to use it to get a full structure of a blog post, so to know how different tags are following one after another. What I would like to accomplish in the end is - instead of revealing a blog post in UIWebView, get all its elements and show them in native views. The problem is that structure varies from post to post - so I need to figure out an algorithm that will scan each time post's HTML code and give me its clear structure. Hope you might help me with it. You can also check this question on stackoverflow - http://stackoverflow.com/questions/24041858/recreating-blog-post-structure-in-a-native-ios-view .
The text was updated successfully, but these errors were encountered:
Hi, I am currently working on the blog reader and use HPPLe to parse HTML. I would like to use it to get a full structure of a blog post, so to know how different tags are following one after another. What I would like to accomplish in the end is - instead of revealing a blog post in UIWebView, get all its elements and show them in native views. The problem is that structure varies from post to post - so I need to figure out an algorithm that will scan each time post's HTML code and give me its clear structure. Hope you might help me with it. You can also check this question on stackoverflow - http://stackoverflow.com/questions/24041858/recreating-blog-post-structure-in-a-native-ios-view .
The text was updated successfully, but these errors were encountered: