From: Christian Stocker Date: Mon, 24 Jun 2002 18:02:48 +0000 (+0000) Subject: added some points to the todo list X-Git-Tag: php-4.3.0dev_zend2_alpha2~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6440188b1da1959160daf86fa8ab4954d9737f9;p=php added some points to the todo list --- diff --git a/ext/domxml/TODO b/ext/domxml/TODO index 49db546465..5961fdcc08 100644 --- a/ext/domxml/TODO +++ b/ext/domxml/TODO @@ -9,3 +9,11 @@ it ought to be. 7) Fix the many, many memory leaks. 8) Modify new_child to allow creation of attribute, cdata, dtd, etc nodes. +9) implement schema support (libxml2 has it) +10) implement scheme handlers (like in ext/xslt), should be possible with xmlRegisterInputCallbacks +11) implement real sax support + - input (building of dom-tree with sax-events) is almost finished + - 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) + +