have you ever seen a html parser?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
susrisha
Forum Contributor
Posts: 439
Joined: Thu Aug 07, 2008 11:43 pm
Location: Hyderabad India

have you ever seen a html parser?

Post 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 :(
User avatar
prometheuzz
Forum Regular
Posts: 779
Joined: Fri Apr 04, 2008 5:51 am

Re: have you ever seen a html parser?

Post 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.
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: have you ever seen a html parser?

Post by pickle »

Moved.

HTML can often be parsed by XML parsers.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
User avatar
arjan.top
Forum Contributor
Posts: 305
Joined: Sun Oct 14, 2007 4:36 am
Location: Hoče, Slovenia

Re: have you ever seen a html parser?

Post by arjan.top »

php's DOM can load html (loadHTML() method)
Post Reply