Re: parse HTML by class rather than tag

2007-02-23 Thread gatti
On Feb 23, 8:54 am, [EMAIL PROTECTED] wrote: Hello, i'm would be interested in parsing a HTML files by its corresponding opening and closing tags but by taking into account the class attributes and its values, [...] so i wondering if i should go with regular expression, but i do not think

parse HTML by class rather than tag

2007-02-22 Thread lorean2007
Hello, i'm would be interested in parsing a HTML files by its corresponding opening and closing tags but by taking into account the class attributes and its values, html body ... div class=one ... div class=two /div ... /div ... div class=one.../div a href=... class=three /body /html in this