hi...about HTMLparser

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mike

    #1

    hi...about HTMLparser

    regards:

    (1)could I use HTMLparser to delete some element
    and the element's content from a file?
    (2)Is there a good document about how I can use the HTMLparser?


    thank you
    best wishes
  • Andreas Kostyrka

    #2
    Re: hi...about HTMLparser

    On Thu, Oct 07, 2004 at 10:53:35AM -0700, mike wrote:[color=blue]
    > regards:
    >
    > (1)could I use HTMLparser to delete some element
    > and the element's content from a file?[/color]
    Yes. If it makes sense depends upon your needs ;)
    [color=blue]
    > (2)Is there a good document about how I can use the HTMLparser?[/color]
    See: http://www.python.org/doc/2.3.4/

    Andreas

    Comment

    • mike

      #3
      Re: hi...about HTMLparser

      Andreas Kostyrka <andreas@kostyr ka.org> wrote in message news:<mailman.4 526.1097176375. 5135.python-list@python.org >...[color=blue]
      > On Thu, Oct 07, 2004 at 10:53:35AM -0700, mike wrote:[color=green]
      > > regards:
      > >
      > > (1)could I use HTMLparser to delete some element
      > > and the element's content from a file?[/color]
      > Yes. If it makes sense depends upon your needs ;)
      >[color=green]
      > > (2)Is there a good document about how I can use the HTMLparser?[/color]
      > See: http://www.python.org/doc/2.3.4/
      >
      > Andreas[/color]
      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

      Comment

      • Christian Ergh

        #4
        Re: hi...about HTMLparser

        mike wrote:[color=blue]
        > Andreas Kostyrka <andreas@kostyr ka.org> wrote in message news:<mailman.4 526.1097176375. 5135.python-list@python.org >...
        >[color=green]
        >>On Thu, Oct 07, 2004 at 10:53:35AM -0700, mike wrote:
        >>[color=darkred]
        >>>regards:
        >>>
        >>>(1)could I use HTMLparser to delete some element
        >>> and the element's content from a file?[/color]
        >>
        >>Yes. If it makes sense depends upon your needs ;)
        >>
        >>[color=darkred]
        >>>(2)Is there a good document about how I can use the HTMLparser?[/color]
        >>
        >>See: http://www.python.org/doc/2.3.4/
        >>
        >>Andreas[/color]
        >
        > 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[/color]
        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.

        Comment

        Working...