[EMAIL PROTECTED] wrote:
> The NullWriter worked perfectly. I will certainly look at HTMLParser.
You should rather take a look at lxml. It's much easier to use and much more
powerful.
http://codespeak.net/lxml/
There is even an improved branch with a package called "lxml.html" that will
be merg
Thank you.
The NullWriter worked perfectly. I will certainly look at HTMLParser.
-- Original message --
From: "Gabriel Genellina" <[EMAIL PROTECTED]>
> En Fri, 06 Jul 2007 03:44:20 -0300, <[EMAIL PROTECTED]> escribió:
>
> > Thats right I don't need the output an
En Fri, 06 Jul 2007 03:44:20 -0300, <[EMAIL PROTECTED]> escribió:
> Thats right I don't need the output any where so I don't need to use the
> writer. I can remove it wowever will the formater work since it needs
> writer? Maybe I can use the Null writer?
Exactly. Look at the HTMLParser modul
Thank you.
Thats right I don't need the output any where so I don't need to use the
writer. I can remove it wowever will the formater work since it needs writer?
Maybe I can use the Null writer?
-- Original message --
From: "Gabriel Genellina" <[EMAIL PROTECT
En Thu, 05 Jul 2007 20:23:08 -0300, <[EMAIL PROTECTED]> escribió:
> I am using html and formater as shown below. They are used as part of a
> larger program.
>
> Even though I don't use any print statements, the htmllib seems to be
> throwing parts of the html page on to the standard out(my sc
I am using html and formater as shown below. They are used as part of a larger
program.
Even though I don't use any print statements, the htmllib seems to be throwing
parts of the html page on to the standard out(my screen in this case). Is there
a way to disable the output?
import htmllib
w