by me578022
A simple PHP HTML DOM parser written in PHP5+, supports invalid HTML, and provides a very easy way to handle HTML elements.
Anonymous commented on the RE: Case sensitivity forum thread
Anonymous created the How to get the root element? forum thread
Anonymous commented on the RE: XPath usage example? forum thread
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 ...
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: ...
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 ...
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 < ...
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 ...
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. ...
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 ...
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use