Is there a HTML parser who can reconstruct the original html EXACTLY?

A.T.Hofkamp hat at se-162.se.wtb.tue.nl
Wed Jan 23 06:39:27 EST 2008


On 2008-01-23, ioscas at gmail.com <ioscas at gmail.com> wrote:
>     Hi, I am looking for a HTML parser who can parse a given page into
> a DOM tree,  and can reconstruct the exact original html sources.

Why not keep a copy of the original data instead?

That would be VERY MUCH SIMPLER than trying to reconstruct a parsed tree back
to original source text.


sincerely,
Albert



More information about the Python-list mailing list