PHP Simple HTML DOM Parser v0.98 is released
- Performance turning (boost 20%).
- Supports "multiple calss" selector feature: <div class="a b c"></div>.
- New "callback function" feature.
- New "multiple selectors" feature: $dom->find('p,a,b');
- New examples.
- Supports extract contents from HTML features: $dom->plaintext;
- Fix the bug of $dom->clear().
- Fix the bug of text nodes' innertext.
- Fix the bug of comment nodes' innertext.
- Fix the bug of decendent selector with optional tags.
- Change simple_html_dom_node method name from "text()" to "makeup()".
Posted by
2008-06-24
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.