# HG changeset patch # User paulb # Date 1172618250 0 # Node ID 5f127de2385a3cd65dd26480f49c88fa72da78ba # Parent 0f189c13e1dfa866923d7e24029f07ecf031ec7a [project @ 2007-02-27 23:17:30 by paulb] Updated release notes and added Windows installer details. diff -r 0f189c13e1df -r 5f127de2385a README.txt --- a/README.txt Mon Jan 08 23:24:19 2007 +0000 +++ b/README.txt Tue Feb 27 23:17:30 2007 +0000 @@ -20,6 +20,12 @@ Use --with-python= if building from source. Previous releases of libxml2 in the 2.6 series may work, but releases before 2.6.16 are not recommended. + + For Windows users, see also the packages for libxml2, available + from the following site: + + http://users.skynet.be/sbi/libxml-python/ + Python Tested with Python 2.4. Python releases from 2.2 onwards should be compatible with libxml2dom. The principal requirement from such releases is the @@ -53,6 +59,8 @@ New in libxml2dom 0.4 (Changes since libxml2dom 0.3.6) ------------------------------------------------------ + * Changed the nodeValue property to return None for various node types, as + specified in the DOM specification (Level 3). * Introduced an Implementation class, permitting specialised node creation. * Added SVG-specific document support.