[Zope] A new python object which analyse HTML files and...

Oleg Broytmann phd@phd.russ.ru
Mon, 29 May 2000 16:41:50 +0000 (GMT)


On Mon, 29 May 2000, Frederic QUIN wrote:
> I would like to create a python object which :
> * analyse traditional HTML files
> * indexe "IMG" tags and "A" tags
> * replace "IMG" tags by appropriated dtml tags
> * replace "A" tags by appropriated dtml tags
> * create all the resultant objects
> 
> Did someone ever do that ? Anyway, if someone with more experience than me,
> have some advices, I'll get them...

   You may start to adapt http://www.zope.org/Members/itamar/load_site to
your needs. Generic HTML parser is already there.

Oleg.            (All opinions are mine and not of my employer)
---- 
    Oleg Broytmann      Foundation for Effective Policies      phd@phd.russ.ru
           Programmers don't die, they just GOSUB without RETURN.