Pythom HTML Libraries

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

    Pythom HTML Libraries

    Hello Everyone,

    I was wondering if anyone can point me to a good tutorial for the
    htmllib library? Hopefully something with some sample code. Thanks.

    Regards,
    Jeff
  • John J. Lee

    #2
    Re: Pythom HTML Libraries

    jdunnett81@hotm ail.com (Jeff Dunnett) writes:
    [color=blue]
    > I was wondering if anyone can point me to a good tutorial for the
    > htmllib library? Hopefully something with some sample code. Thanks.[/color]

    No, but you're better off using HTMLParser, since it'll cope with
    XHTML, too.

    FWIW, ClientForm has a parser that uses either HTMLParser and htmllib,
    depending on what's available, which may be instructive (assuming I've
    got it right, that is... it's fairly recent that I added that).


    John

    Comment

    Working...