# HG changeset patch # User paulb # Date 1134348424 0 # Node ID c5367b4e2715f3badc60ec2f8a83ef35ad5e862c # Parent 4dcbe1c2c243ad75439701dc66ebba7d24d9cc74 [project @ 2005-12-12 00:47:04 by paulb] Updated release notes (attributes and xmlns). diff -r 4dcbe1c2c243 -r c5367b4e2715 README.txt --- a/README.txt Sun Dec 11 20:50:41 2005 +0000 +++ b/README.txt Mon Dec 12 00:47:04 2005 +0000 @@ -38,6 +38,10 @@ Issues ------ +The presence of xmlns attributes in serialised documents was called into +question, and the tests/namespace.py and tests/namespace2.py files attempt to +show the current behaviour of libxml2dom. + Use of importNode seems to cause some kind of memory issue, probably related to nodes being shared across documents. This was observed in libxml2 2.6.0 but appears to be fixed in libxml2 2.6.16. @@ -51,6 +55,8 @@ * Fixed empty namespace declarations on elements created with namespaceURI set to None. Previously, such declarations were missing. + * Fixed attribute creation and introduced stricter controls over the + construction of xmlns attributes. New in libxml2dom 0.3 (Changes since libxml2dom 0.2.4) ------------------------------------------------------