G
Gilles Lenfant
Hi,
I make an app where I need to convert HTML to text in a "clever" way (means
it tries to mimic when possible a browser rendering).
Actually I spawn with popen2 a "lynx" that makes a perfect job.
But I need a 100% pythonic stuff to have my app (Zope product) running on
non Unix boxes.
Any hint ?
Thanks in advance.
--Gilles
I make an app where I need to convert HTML to text in a "clever" way (means
it tries to mimic when possible a browser rendering).
Actually I spawn with popen2 a "lynx" that makes a perfect job.
But I need a 100% pythonic stuff to have my app (Zope product) running on
non Unix boxes.
Any hint ?
Thanks in advance.
--Gilles