summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2002-10-30 13:14:23 +0000
committerChristian Stocker <chregu@php.net>2002-10-30 13:14:23 +0000
commit9250827af6dc481e284a769904063bfd73ba136c (patch)
tree7e23e460ab2f48ba4d8d2b72ae389ee2353fbdc6
parentfde7dffabd9ff869b8937ac6fc12bbabf6680a5c (diff)
downloadphp-git-9250827af6dc481e284a769904063bfd73ba136c.tar.gz
Added 2 more items
-rw-r--r--ext/domxml/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/domxml/TODO b/ext/domxml/TODO
index bdf677550b..d2bcc02d60 100644
--- a/ext/domxml/TODO
+++ b/ext/domxml/TODO
@@ -17,3 +17,7 @@
- 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
+14) implement $dom->free() for freeing documents from memory
+15) implement get_element_by_tagname_ns (and improve namespace support in general)
+
+