Punto has asked for the wisdom of the Perl Monks concerning the following question:
I'm writing this cgi script, and I'm putting 'class' and 'id' attributes on all HTML tags so we can then use Style Sheets to modify the style of the HTML (don't like the designers touching my code. :)
What I need to do now is generate a list of all the tags, clases and ids available on the HTML code, to use on the css files.
So, is there a simple HTML parser that I can use to do this? I don't need any complicated 'XML' thing.
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: html parser.
by Masem (Monsignor) on Mar 19, 2001 at 07:16 UTC |