» Version | » Information |
---|---|
2007-08-04 stable |
|
2005-10-18 stable |
|
2005-10-12 stable |
|
2004-01-29 devel |
|
2002-06-07 beta |
|
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:
|
2002-05-24 beta |