Re: HTML Parsers

From: Andrus Adamchik (andru..bjectstyle.org)
Date: Tue Mar 24 2009 - 10:00:25 EDT

  • Next message: John Huss: "Re: HTML Parsers"

    On Mar 24, 2009, at 3:00 PM, Kieran Kelleher wrote:

    > I am thinking of using the Jericho HTML Parser for a project I am
    > working on.
    >
    > Does anyone have any comments on Jericho or suggestions for better
    > alternatives?
    >
    > I am curious, what parser is used by you all for parsing HTML
    > templates in WOLips?
    >
    > -Kieran

    I am using Jericho for a couple of years now for some HTML munging. It
    is a good *tokenizer*. If all you care about is a stream of tags and
    text, it works very well. If you need to analyze/manipulate the HTML
    *tree* structure, look for a real parser.

    Andrus



    This archive was generated by hypermail 2.0.0 : Tue Mar 24 2009 - 10:01:25 EDT