- TODO: updated - nanohttp.[ch] : started adding APIs to get the

- TODO: updated
- nanohttp.[ch] : started adding APIs to get the redirected URL
  when this occurs (needed for further base computation
- tree.h: cleanup
- encoding.c: cleanup
- SAX.c: minor change around ctxt->loadsubset
Daniel
diff --git a/TODO b/TODO
index 2225635..1f4ce25 100644
--- a/TODO
+++ b/TODO
@@ -11,8 +11,6 @@
 
 - Computation of base when HTTP redirect occurs, might affect HTTP
   interfaces.
-- DOM needs
-  int xmlPruneProp(xmlNodePtr node, xmlAtttrPtr attr);
 - listing all attributes in a node.
 - Correct standalone checking/emitting (hard)
   2.9 Standalone Document Declaration
@@ -108,6 +106,10 @@
 Done:
 =====
 
+- DOM needs
+  int xmlPruneProp(xmlNodePtr node, xmlAtttrPtr attr);
+  => done it's actually xmlRemoveProp xmlUnsetProp xmlUnsetNsProp
+
 - HTML: handling of Script and style data elements, need special code in
   the parser and saving functions (handling of < > " ' ...):
   http://www.w3.org/TR/html4/types.html#type-script