Possible Duplicate:
Using an NSXMLParser to parse HTML
I have used NSXMLParser
to parse xml files and RSS feeds. What i am confused about is that whether NSXMLParser
is only for xml or can we use it to parse html as well. From a little searching on the Internet, i am assuming that some people use it for parsing html.
But are there any limitations or disadvantages of using NSXMLParser
with html ?