diff --git a/ChangeLog b/ChangeLog
index 5094fee7..04531a79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Nov 28 21:39:49 MST 2003 John Fleck
To i module tree.
The distribution includes a set of examples and regression tests for the
python bindings in the python/tests
directory. Here are some
-excerpts from those tests:
This is a basic test of the file interface and DOM navigation:
import libxml2 +excerpts from those tests:tst.py:
This is a basic test of the file interface and DOM navigation:
import libxml2, sys doc = libxml2.parseFile("tst.xml") if doc.name != "tst.xml": diff --git a/doc/xml.html b/doc/xml.html index 40ec5c47..2507838c 100644 --- a/doc/xml.html +++ b/doc/xml.html @@ -1967,7 +1967,7 @@ excerpts from those tests:tst.py:
This is a basic test of the file interface and DOM navigation:
-import libxml2 +import libxml2, sys doc = libxml2.parseFile("tst.xml") if doc.name != "tst.xml":