Welcome, Guest! Log In | Create Account

Share

PHP Simple HTML DOM Parser

by me578022

A simple PHP HTML DOM parser written in PHP5+, supports invalid HTML, and provides a very easy way to handle HTML elements.


http://simplehtmldom.sourceforge.net

HTML/XHTML, Object Oriented

Project Feed

  • Forum comment added

    Anonymous commented on the RE: Case sensitivity forum thread

    06:13AM on Jul 06 2009 by nobody

  • Forum thread added

    Anonymous created the How to get the root element? forum thread

    07:26PM on Jul 02 2009 by nobody

  • Forum comment added

    Anonymous commented on the RE: XPath usage example? forum thread

    08:57PM on Jul 01 2009 by nobody

  • simplehtmldom 1.11 file released: simplehtmldom_1_11.zip

    1. Supports xpath generated from Firebug.
    2. New method "dump" of "simple_html_dom_node".
    3. New attribute "xmltext" of "simple_html_dom_node".
    4. remove preg_quote on selector match function: [attribute*=value];
    5. Element "Comment" will treat as ...

    02:46AM on Dec 19 2008

  • PHP Simple HTML DOM Parser v1.11 is released

    1. Supports xpath generated from Firebug. 2. New method "dump" of "simple_html_dom_node". 3. New attribute "xmltext" of "simple_html_dom_node". 4. remove preg_quote on selector match function: ...

    06:47PM on Dec 18 2008 by me578022

  • simplehtmldom 1.10 file released: simplehtmldom_1_10.zip

    1. Negative indexes supports of "find" method, thanks for Vadim Voituk.
    2. Constructor with automatically load contents either text or file/url, thanks for Antcs.
    3. Fully supports wildcard in selectors.
    4. Fixed bug of confusing by the < symbol inside ...

    09:36PM on Oct 25 2008

  • PHP Simple HTML DOM Parser v1.10 is released

    1. Negative indexes supports of &quot;find&quot; method, thanks for Vadim Voituk. 2. Constructor with automatically load contents either text or file/url, thanks for Antcs. 3. Fully supports wildcard in selectors. 4. Fixed bug of confusing by the &lt; ...

    01:37PM on Oct 25 2008 by me578022

  • simplehtmldom 1.00 file released: simplehtmldom_1_00.zip

    1. New method "getAllAttributes" of "simple_html_dom_node".
    2. Fix the bug of selector in some critical conditions.
    3. Fix the bug of striping php tags.
    4. Fix the bug of remove_noise().
    5. Fix the bug of noise in attributes.
    6. Supports full javascript ...

    08:40PM on Sep 05 2008

  • PHP Simple HTML DOM Parser v1.00 is released

    1. New method &quot;getAllAttributes&quot; of &quot;simple_html_dom_node&quot;. 2. Fix the bug of selector in some critical conditions. 3. Fix the bug of striping php tags. 4. Fix the bug of remove_noise(). 5. Fix the bug of noise in attributes. 6. ...

    12:42PM on Sep 05 2008 by me578022

  • simplehtmldom 0.99 file released: simplehtmldom_0_99.zip

    1. Performance turning (boost 10%).
    2. Memory requirement reduce 25%.
    3. Change function name from "file_get_dom()" to "file_get_html()".
    4. Change function name from "str_get_dom()" to "str_get_html()".
    5. Fixed bug #2011286 (Error with unclosed html ...

    03:18AM on Aug 06 2008

PHP Simple HTML DOM Parser Actions