chregu          Fri Nov 29 03:28:53 2002 EDT

  Modified files:              
    /php4/ext/domxml    TODO 
  Log:
  relative xpath queries are already possible 
  (use $ctx->xpath_eval($xpath,$contextnode) )
  
  
Index: php4/ext/domxml/TODO
diff -u php4/ext/domxml/TODO:1.6 php4/ext/domxml/TODO:1.7
--- php4/ext/domxml/TODO:1.6    Wed Oct 30 08:14:23 2002
+++ php4/ext/domxml/TODO        Fri Nov 29 03:28:53 2002
@@ -16,7 +16,7 @@
        - started with generating of sax-events from file/string (chregu)
        - generating sax-events from dom-tree is a more tricky one (see mailinglist of 
libxml2)
 12) error reporting for xslt methods
-13) add possibility to use relative xpath queries
+13) (DONE long time ago) add possibility to use relative xpath queries
 14) implement $dom->free() for freeing documents from memory
 15) implement get_element_by_tagname_ns (and improve namespace support in general)
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to