Go to file
Jeffrey C. Ollie 009d0246d4 - 2.2.2 (2009-06-21)
- Features added
-
- * New helper functions strip_attributes(), strip_elements(),
- strip_tags() in lxml.etree to remove attributes/subtrees/tags
- from a subtree.
-
- Bugs fixed
-
- * Namespace cleanup on subtree insertions could result in missing
- namespace declarations (and potentially crashes) if the element
- defining a namespace was deleted and the namespace was not used
- by the top element of the inserted subtree but only in deeper
- subtrees.
- * Raising an exception from a parser target callback didn't always
- terminate the parser.
- * Only {true, false, 1, 0} are accepted as the lexical representation
- for BoolElement ({True, False, T, F, t, f} not any more), restoring
- lxml <= 2.0 behaviour.
2009-06-21 13:18:38 +00:00
.cvsignore - 2.2.1 (2009-06-02) 2009-06-02 20:25:19 +00:00
Makefile Setup of module python-lxml 2006-04-26 22:04:58 +00:00
python-lxml.spec - 2.2.2 (2009-06-21) 2009-06-21 13:18:38 +00:00
sources - 2.2.1 (2009-06-02) 2009-06-02 20:25:19 +00:00