Page 1 of 1

have you ever seen a html parser?

Posted: Wed May 27, 2009 10:11 am
by susrisha
yes thats true.. a html parser just like we have classes for xml parsing.
It has become one of the requirements for a developer i know.
All i wanted to know is that is it a good practise to store information of a html page by html tags parsing and use it?
I think this post goes to the general discussion but could not find how to create it there. please shift :(

Re: have you ever seen a html parser?

Posted: Wed May 27, 2009 12:38 pm
by prometheuzz
To me, it is unclear what your question exactly is. The subject of your thread is easily answered though: yes, I have seen an html parser.

Re: have you ever seen a html parser?

Posted: Wed May 27, 2009 5:21 pm
by pickle
Moved.

HTML can often be parsed by XML parsers.

Re: have you ever seen a html parser?

Posted: Sun May 31, 2009 6:47 am
by arjan.top
php's DOM can load html (loadHTML() method)