Re: HTML Structure Extraction

2004-12-08 Thread Fredrik Lundh
<[EMAIL PROTECTED]> wrote: > I'm going to write a program that extracts the structure of HTML > documents. The structure would be in the form of a tree, separating the > tags and grouping the start and end tags. I think I will use > htmllib.HTMLParser, is it appropriate for my application? If so,

HTML Structure Extraction

2004-12-07 Thread dayzman
Hi, I'm going to write a program that extracts the structure of HTML documents. The structure would be in the form of a tree, separating the tags and grouping the start and end tags. I think I will use htmllib.HTMLParser, is it appropriate for my application? If so, I believe I will need to keep t