Please suggest how to parse an HTML file?
Asked
Active
Viewed 98 times
0
-
Not with Regex http://stackoverflow.com/a/1732454/694652 – Widor May 16 '12 at 15:26
1 Answers
0
Try to look at NSXMLParser. With XML you can invent your own tags but it should be able to parse HTML as well

broch
- 433
- 3
- 15