weird looking characters if html source code has
end
end
remove attributes for nulls only
adding setter for $el->text
This is fixed now.
Should allow an empty attribute value
Line #394 tests for a truthy $value when setting an attribute. This doesn't allow...
Added Node#index
contains fix, more test cases
check if class exists
composer.json
fixing e:not(#foo)
adding AHTMLNodeList#last
added str, flatten
added :contains
wrap, unwrap
before, after, replace
That happens when you try to query a null node. For example: $a = $html->find('a',...
Then I get Catchable fatal error: Argument 2 passed to DOMXPath::query() must be...
added clean/trim methods
I haven't added load_file yet, look for it in the next version, and for now try:...
added clean/trim methods
Fatal error: Call to a member function query() on a non-object in /home/kelownae/public_html/admin/advanced_html_dom.php...
Fatal error: Call to a member function query() on a non-object in /home/kelownae/public_html/admin/advanced_html_dom.php...
added nodelist->hrefs (for example), xml flag
added nodelist#plus, minus, intersect
passed pseudo tests
fix for parent
all tests passed
all tests passed
rename
adding test cases
adding test cases
NodeList functions
NodeList functions
initial commit