summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2000-04-07 17:00:24 +0000
committerDaniel Veillard <veillard@src.gnome.org>2000-04-07 17:00:24 +0000
commit5d211f4c7a150e45a301cec55426a7ed7edb7f50 (patch)
tree8fa59a8d80a5f778ef99f820c5643138f48ae505 /TODO
parente77a918a348cf23706905d87826d255bb715fd0d (diff)
downloadlibxml2-5d211f4c7a150e45a301cec55426a7ed7edb7f50.tar.gz
libxml2 prerelease ?LIBXML_TEST_2_0_0
- xmlIO cleanup, xmlRegisterInputCallbacks() for new input method - fixed xmlPrevSibling and xmlNextSibling - TODO: updated - doc/* : updated/regenerated Daniel
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 7 insertions, 5 deletions
diff --git a/TODO b/TODO
index a89f24c9..dc8ee4ac 100644
--- a/TODO
+++ b/TODO
@@ -2,13 +2,15 @@
TODO for the XML parser and stuff:
==================================
-CVS:
-====
- rename tester.c to xmllint.c
TODO:
=====
+- DOM needs
+ xmlAttrPtr xmlNewDocProp(xmlDocPtr doc, const xmlChar *name, const xmlChar *value)
+ int xmlPruneProp(xmlNodePtr node, xmlAtttrPtr attr);
+- Fix DTD + namespace validity problem
+ "Not valid: root and DtD name do not match 'ROOT' and 'prefix:ROOT'"
- add support for the trick from Henry conf/sun/valid/empty.xml
- Correct standalone checking/emitting (hard)
2.9 Standalone Document Declaration
@@ -36,8 +38,6 @@ TODO:
- function to rebuild the ID table
- functions to rebuild the DTD hash tables (after DTD changes).
-
-
EXTENSIONS:
@@ -86,6 +86,8 @@ EXTENSIONS:
Done:
=====
+- Added a clean mechanism for overload or added input methods:
+ xmlRegisterInputCallbacks()
- dynamically adapt the alloc entry point to use g_alloc()/g_free()
if the programmer wants it:
- use xmlMemSetup() to reset the routines used.