» Version | » Information |
---|---|
1.2.4 |
Easy InstallNot sure? Get more info. pear install XML_XPath-1.2.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_XPath-1.2.4 Release date: 2007-08-04 16:29 UTC Release state: stable Release uploaded by: cweiske Changelog: QA release: Fix E_NOTICE when returning result in evaluate() Dependencies:
|
1.2.3 |
Easy InstallNot sure? Get more info. pear install XML_XPath-1.2.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_XPath-1.2.3 Release date: 2005-10-18 01:25 UTC Release state: stable Release uploaded by: arnaud Changelog: There is now a dependency on PHP4 since PHP5 has out-of-the-box for XPath in both DOM and SimpleXML. Dependencies:
|
1.2.2 |
Easy InstallNot sure? Get more info. pear install XML_XPath-1.2.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_XPath-1.2.2 Release date: 2005-10-12 11:22 UTC Release state: stable Release uploaded by: arnaud Changelog: * fixed the $this assignments (toggg) * adapted the error handling (toggg) * refactored example, added function microtime_float to replace inexistant systime() (toggg) Dependencies:
|
1.2.1 |
Easy InstallNot sure? Get more info. pear install XML_XPath-1.2.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_XPath-1.2.1 Release date: 2004-01-29 20:33 UTC Release state: devel Release uploaded by: dallen Changelog: * fixed a long standing bug where the get_class() failed due to a case problem, causing all load() operations to fail in newer releases of PHP * changed state to devel Dependencies:
|
1.2 |
Easy InstallNot sure? Get more info. pear install XML_XPath-1.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_XPath-1.2 Release date: 2002-06-07 23:24 UTC Release state: beta Release uploaded by: dallen Changelog: * Very important to note that the DOM step functions do not take an optional xpath query. The reason I designed it this way is because the outcome would be too difficult to deal with, since one of 4 different scenarios could take place. Plus, it just doesn't make any sense. * Significant speed enhancements (almost 100% faster) Major changes: * getAttribute('foo', true) now puts you on the attribute, not the element node * cleaned up the XML_XPath_result initialization (no longer create an StdClass when calling class) * fixed sorting for childNodes() and getElementsByTagName() generated result objects * cleaned up sorting in result object, and added comments (so I don't forget again how I did it) * major speed enhancements (calling user defined functions methods is slow, so tried to trim that down) * don't create a result object in the _quick_evaluate function since we don't need it anyway * enabled relative xpath queries differently, in_xpathQuery = array(query, node) for relative... * added relative xpath queries for the _quick_evaluate feature Dependencies:
|
1.1 |
Easy InstallNot sure? Get more info. pear install XML_XPath-1.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_XPath-1.1 Release date: 2002-06-07 00:22 UTC Release state: beta Release uploaded by: dallen Changelog: This version brings major enhancements to the API * childNode(), siblingNode() removed and features are relocated * added childNodes() which returns an XML_XPath_result object of all children * added getElementByTagName which returns an XML_XPath_result object of all matching tags * step functions in result object are now next(), end(), rewind() and nextByNode(Name|Type) * calling next() after rewind() in the result object counts the first object again, so a regular while loop can be used * relative XPath queries are now enabled (getNodePath() provides this functionality) * better error reports generated and will continue to improve with the domxml extension * setNodeIndex() in result object removed Dependencies:
|
1.0 |
Easy InstallNot sure? Get more info. pear install XML_XPath-1.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/XML_XPath-1.0 Release date: 2002-05-24 05:32 UTC Release state: beta Release uploaded by: dallen Changelog: This is the initial independent PEAR release. Dependencies:
|