Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 09-14-2010, 05:37 AM   #1 (permalink)
Registered Member
 
Join Date: Sep 2010
Posts: 1
MooNChilD is on a distinguished road
Default Pars html

Hi all!I'm new in sdk, and i wanted to pars a html pages, but don't know how. Please help me guys how to pars articles in a blog.

Thanks! Sorry if my English is not good...
MooNChilD is offline   Reply With Quote
Old 09-14-2010, 09:22 AM   #2 (permalink)
Registered Member
 
Join Date: Feb 2009
Posts: 178
dustbyter is on a distinguished road
Default

HTML files are very close to XML files

HTML is actually a subset of XML thus you can use an xml parser to parse the HTML string/document you have.

There are two ways to parse a file, using a SAX parser or a DOM parser. Each take a different approach to parsing, the SAX parser is a stream based parser and reads each line of the file and parses it, the DOM approach loads the whole tree into memory and then tries to parse it.

Depending on your html size it will determine which way to parse the file.
I'd say go for SAX parser as then you don't have to change it when your file grows in size.
dustbyter is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 337
16 members and 321 guests
appservice, bignoggins, dermotos, Domele, EXOPTENDAELAX, guusleijsten, Hamad, heshiming, linkmx, Objective Zero, Paul Slocum, Rudy, Sloshmonster, teebee74, v1n2e7t
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,653
Threads: 94,115
Posts: 402,888
Top Poster: BrianSlick (7,990)
Welcome to our newest member, ohmniac
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 10:48 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0