hi...about HTMLparser
Christian Ergh
christian.ergh at gmail.com
Fri Nov 26 07:24:49 EST 2004
mike wrote:
> Andreas Kostyrka <andreas at kostyrka.org> wrote in message news:<mailman.4526.1097176375.5135.python-list at python.org>...
>
>>On Thu, Oct 07, 2004 at 10:53:35AM -0700, mike wrote:
>>
>>>regards:
>>>
>>>(1)could I use HTMLparser to delete some element
>>> and the element's content from a file?
>>
>>Yes. If it makes sense depends upon your needs ;)
>>
>>
>>>(2)Is there a good document about how I can use the HTMLparser?
>>
>>See: http://www.python.org/doc/2.3.4/
>>
>>Andreas
>
> thank you anyway:
>
> what I would like to ask is HTMLparser in Java language.
> You mentioned is in C language edition.
>
> Did I mistake your post?:P
>
>
> May god bless you all.
>
> best wishes
A little warning about Html-Parser, though. It seems to be a little bit
unstable, when the Html-code is too deeply nested, or to broken. You
will not find a lot of valid html-code on the net.
More information about the Python-list
mailing list