[Lxml-checkins] r52035 - lxml/trunk

scoder at codespeak.net scoder at codespeak.net
Sun Mar 2 09:32:04 CET 2008


Author: scoder
Date: Sun Mar  2 09:32:03 2008
New Revision: 52035

Modified:
   lxml/trunk/   (props changed)
   lxml/trunk/TODO.txt
Log:
 r3675 at delle:  sbehnel | 2008-03-02 09:22:29 +0100
 cleanup


Modified: lxml/trunk/TODO.txt
==============================================================================
--- lxml/trunk/TODO.txt	(original)
+++ lxml/trunk/TODO.txt	Sun Mar  2 09:32:03 2008
@@ -45,22 +45,6 @@
   by libxml2 (patch exists)
 
 
-XSLT extension elements
------------------------
-
-* implementation: one base class that represents the result parent
-
-  - .append(), .extend() and .text will add to the result tree (no .tail)
-
-  - difference: Elements should be copied, not moved?  (will break
-    later changes, but this just means that Elements in the result
-    tree are immutable, including those that were added)
-
-  - how to make input tree read-only? maybe just document?
-
-  - docs: "once in the result tree, Elements must no longer be changed"?
-
-
 lxml 2.0
 ========
 


More information about the lxml-checkins mailing list