Permalink
Please sign in to comment.
Browse files
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 anything else I just can't remember I will mention in my next commit git-svn-id: http://svn.php.net/repository/pear/packages/XML_XPath/trunk@85012 c90b9560-bf6c-de11-be94-00142212c4b1
- Loading branch information...
Showing
with
479 additions
and 271 deletions.
- +31 −17 XPath.php
- +348 −194 XPath/common.php
- +100 −60 XPath/result.php

Oops, something went wrong.
0 comments on commit
6864f59