Fredrik Lundh wrote:
> robert wrote:
>
> > I'm looking for a function which extracts a table of contents
> > of HTML file(s) from ...
> > and possibly auto-creates the ancors.
> > Maybe something already exists?
>
> that's the kind of stuff you'll write in approximately two minutes using
> Beaut
robert wrote:
> I'm looking for a function which extracts a table of contents
> of HTML file(s) from ...
> and possibly auto-creates the ancors.
> Maybe something already exists?
that's the kind of stuff you'll write in approximately two minutes using
BeautifulSoup (or if you prefer the Elemen
robert wrote:
> I'm looking for a function which extracts a table of contents of HTML file(s)
> from ... and possibly auto-creates the ancors.
> Maybe something already exists?
You can try mine:
http://www.thomas-guettler.de/scripts/number-html-headings.py.txt
--
Thomas Güttler, http://www.tho