File Release Notes and Changelog
Notes:
DOMIT! version 0.98 brings PHP5 compatability, HTTP / proxy connections and authentication, and several new helper methods.
Changes:
- DOMIT! now works with PHP5
- added ability to manually set http connection (and proxy) configuration
- added getElementsByAttribute method to DOMIT_ChildNodes_Interface
- added _getElementsByAttribute method to DOMIT_ChildNodes_Interface
- added setConnection method to DOMIT_Document
- added setAuthorization method to DOMIT_Document
- added setProxyConnection method to DOMIT_Document
- added setProxyAuthorization method to DOMIT_Document
- modified getElementByID - now throws an error if namespace awareness is not turned on
- removed getDataFromFile and putDataToFile methods and consolidated into php_file_utilities.php
- SAXY updated to version 0.87
- DOMIT! class docs and tutorial updated