I think HTMLParser might be what you're looking for... it's in standard python.
On Sun, Feb 01, 2004 at 01:19:20PM +0100, [EMAIL PROTECTED] wrote: > > You can use regexp in Python, too. It's the 're' module. See Python > > doc about for details and look at gethaedlines, because this functions > > also removes some tags. > In fact, in PERL, with the HTML::Parser module, you can fetch a whole page > to an object, the call something like : > print mypage->as_text(); > > The HTM::Parser deals internally with the HTML tree and do all the regexp > related job... So my question is : is there a similar module in Python ??? > > Sylvain. > > > > > > Dischi > > > > -- > > I say no to drugs, They just don't listen... > > > > > > ------------------------------------------------------- > > The SF.Net email is sponsored by EclipseCon 2004 > > Premiere Conference on Open Tools Development and Integration > > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > > http://www.eclipsecon.org/osdn > > _______________________________________________ > > Freevo-devel mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/freevo-devel > > > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Freevo-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/freevo-devel ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel
