http://pear.php.net/ pear-webmaster@lists.php.net pear-webmaster@lists.php.net en-us Latest releases of xml_xpath The latest releases for the package xml_xpath XML_XPath 1.2.4 http://pear.php.net/package/XML_XPath/download/1.2.4/ QA release: Fix E_NOTICE when returning result in evaluate() 2007年08月04日T16:29:56-05:00 cweiske XML_XPath 1.2.3 http://pear.php.net/package/XML_XPath/download/1.2.3/ There is now a dependency on PHP4 since PHP5 has out-of-the-box for XPath in both DOM and SimpleXML. 2005年10月18日T01:25:39-05:00 arnaud XML_XPath 1.2.2 http://pear.php.net/package/XML_XPath/download/1.2.2/ * fixed the $this assignments (toggg)<br /> * adapted the error handling (toggg)<br /> * refactored example, added function microtime_float to replace inexistant systime() (toggg) 2005年10月12日T11:22:12-05:00 arnaud XML_XPath 1.2.1 http://pear.php.net/package/XML_XPath/download/1.2.1/ * 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<br /> * changed state to devel 2004年01月29日T20:33:08-05:00 dallen XML_XPath 1.2 http://pear.php.net/package/XML_XPath/download/1.2/ * Very important to note that the DOM step functions do not take an optional xpath query. The<br /> reason I designed it this way is because the outcome would be too difficult to deal with, since<br /> one of 4 different scenarios could take place. Plus, it just doesn't make any sense. <br /> * Significant speed enhancements (almost 100% faster)<br /> Major changes:<br /> * getAttribute('foo', true) now puts you on the attribute, not the element node<br /> * cleaned up the XML_XPath_result initialization (no longer create an StdClass when calling class)<br /> * fixed sorting for childNodes() and getElementsByTagName() generated result objects<br /> * cleaned up sorting in result object, and added comments (so I don't forget again how I did it)<br /> * major speed enhancements (calling user defined functions methods is slow, so tried to trim that down)<br /> * don't create a result object in the _quick_evaluate function since we don't need it anyway<br /> * enabled relative xpath queries differently, in_xpathQuery = array(query, node) for relative...<br /> * added relative xpath queries for the _quick_evaluate feature 2002年06月07日T23:24:00-05:00 dallen XML_XPath 1.1 http://pear.php.net/package/XML_XPath/download/1.1/ This version brings major enhancements to the API<br /> * childNode(), siblingNode() removed and features are relocated<br /> * added childNodes() which returns an XML_XPath_result object of all children<br /> * added getElementByTagName which returns an XML_XPath_result object of all matching tags<br /> * step functions in result object are now next(), end(), rewind() and nextByNode(Name|Type)<br /> * calling next() after rewind() in the result object counts the first object again, so a regular<br /> while loop can be used<br /> * relative XPath queries are now enabled (getNodePath() provides this functionality) <br /> * better error reports generated and will continue to improve with the domxml extension<br /> * setNodeIndex() in result object removed 2002年06月07日T00:22:00-05:00 dallen XML_XPath 1.0 http://pear.php.net/package/XML_XPath/download/1.0/ This is the initial independent PEAR release. 2002年05月24日T05:32:00-05:00 dallen

AltStyle によって変換されたページ (->オリジナル) /