1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-08-08 17:42:14 +03:00

another patch from Stphane Bidoul for Python bindings on Windows small

* python/setup.py.in: another patch from Stphane Bidoul for
  Python bindings on Windows
* doc/parsedecl.py: small cleanup
Daniel
This commit is contained in:
Daniel Veillard
2002-11-27 08:02:06 +00:00
parent 9715c17b84
commit 9d5ea17eb7
3 changed files with 28 additions and 18 deletions

View File

@@ -530,10 +530,6 @@ def analyzeXMLDoc(doc):
for description in descriptions:
analyzeXMLDescription(doc, description)
doc = libxml2.parseFile("xml/c14n.xml");
analyzeXMLDoc(doc)
doc.freeDoc()
xmlfiles = 0
filenames = os.listdir("xml")
for filename in filenames: