blob: 0d6771f4171ff43f205c3e4784d33434ee3523aa [file] [log] [blame]
Daniel Veillard1177ca42003-04-26 22:29:54 +00001<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><link rel="SHORTCUT ICON" href="/favicon.ico" /><style type="text/css">
Daniel Veillard373a4752002-02-21 14:46:29 +00004TD {font-family: Verdana,Arial,Helvetica}
5BODY {font-family: Verdana,Arial,Helvetica; margin-top: 2em; margin-left: 0em; margin-right: 0em}
6H1 {font-family: Verdana,Arial,Helvetica}
7H2 {font-family: Verdana,Arial,Helvetica}
8H3 {font-family: Verdana,Arial,Helvetica}
Daniel Veillard6dbcaf82002-02-20 14:37:47 +00009A:link, A:visited, A:active { text-decoration: underline }
Daniel Veillard1177ca42003-04-26 22:29:54 +000010</style><title>Python and bindings</title></head><body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000"><table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr><td width="180"><a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo" /></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo" /></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo" /></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo" /></a></div></td><td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center"><h1>The XML C library for Gnome</h1><h2>Python and bindings</h2></td></tr></table></td></tr></table></td></tr></table><table border="0" cellpadding="4" cellspacing="0" width="100%" align="center"><tr><td bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td valign="top" width="200" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Developer Menu</b></center></td></tr><tr><td bgcolor="#fffacd"><form action="search.php" enctype="application/x-www-form-urlencoded" method="get"><input name="query" type="text" size="20" value="" /><input name="submit" type="submit" value="Search ..." /></form><ul><li><a href="index.html">Home</a></li><li><a href="guidelines.html">XML Guidelines</a></li><li><a href="tutorial/index.html">Tutorial</a></li><li><a href="xmlreader.html">The Reader Interface</a></li><li><a href="XSLT.html">XSLT</a></li><li><a href="python.html">Python and bindings</a></li><li><a href="architecture.html">libxml architecture</a></li><li><a href="tree.html">The tree output</a></li><li><a href="interface.html">The SAX interface</a></li><li><a href="xmlmem.html">Memory Management</a></li><li><a href="xmlio.html">I/O Interfaces</a></li><li><a href="library.html">The parser interfaces</a></li><li><a href="entities.html">Entities or no entities</a></li><li><a href="namespaces.html">Namespaces</a></li><li><a href="upgrade.html">Upgrading 1.x code</a></li><li><a href="threads.html">Thread safety</a></li><li><a href="DOM.html">DOM Principles</a></li><li><a href="example.html">A real example</a></li><li><a href="xml.html">flat page</a>, <a href="site.xsl">stylesheet</a></li></ul></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>API Indexes</b></center></td></tr><tr><td bgcolor="#fffacd"><ul><li><a href="APIchunk0.html">Alphabetic</a></li><li><a href="APIconstructors.html">Constructors</a></li><li><a href="APIfunctions.html">Functions/Types</a></li><li><a href="APIfiles.html">Modules</a></li><li><a href="APIsymbols.html">Symbols</a></li></ul></td></tr></table><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Related links</b></center></td></tr><tr><td bgcolor="#fffacd"><ul><li><a href="http://mail.gnome.org/archives/xml/">Mail archive</a></li><li><a href="http://xmlsoft.org/XSLT/">XSLT libxslt</a></li><li><a href="http://phd.cs.unibo.it/gdome2/">DOM gdome2</a></li><li><a href="http://www.aleksey.com/xmlsec/">XML-DSig xmlsec</a></li><li><a href="ftp://xmlsoft.org/">FTP</a></li><li><a href="http://www.zlatkovic.com/projects/libxml/">Windows binaries</a></li><li><a href="http://garypennington.net/libxml2/">Solaris binaries</a></li><li><a href="http://www.zveno.com/open_source/libxml2xslt.html">MacOsX binaries</a></li><li><a href="http://sourceforge.net/projects/libxml2-pas/">Pascal bindings</a></li><li><a href="http://bugzilla.gnome.org/buglist.cgi?product=libxml&amp;product=libxml2">Bug Tracker</a></li></ul></td></tr></table></td></tr></table></td><td valign="top" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%"><tr><td><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table border="0" cellpadding="3" cellspacing="1" width="100%"><tr><td bgcolor="#fffacd"><p>There are a number of language bindings and wrappers available for
Daniel Veillard42766c02002-08-22 20:52:17 +000011libxml2, the list below is not exhaustive. Please contact the <a href="http://mail.gnome.org/mailman/listinfo/xml-bindings">xml-bindings@gnome.org</a>
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000012(<a href="http://mail.gnome.org/archives/xml-bindings/">archives</a>) in
13order to get updates to this list or to discuss the specific topic of libxml2
Daniel Veillard1177ca42003-04-26 22:29:54 +000014or libxslt wrappers or bindings:</p><ul><li><a href="http://libxmlplusplus.sourceforge.net/">Libxml++</a> seems the
Daniel Veillardc14401e2002-11-20 14:28:17 +000015 most up-to-date C++ bindings for libxml2, check the <a href="http://libxmlplusplus.sourceforge.net/reference/html/hierarchy.html">documentation</a>
16 and the <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/libxmlplusplus/libxml%2b%2b/examples/">examples</a>.</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +000017 <li>There is another <a href="http://libgdome-cpp.berlios.de/">C++ wrapper
18 based on the gdome2 bindings</a> maintained by Tobias Peters.</li>
19 <li>and a third C++ wrapper by Peter Jones &lt;pjones@pmade.org&gt;
Daniel Veillard1177ca42003-04-26 22:29:54 +000020 <p>Website: <a href="http://pmade.org/pjones/software/xmlwrapp/">http://pmade.org/pjones/software/xmlwrapp/</a></p>
Daniel Veillard0b28e882002-07-24 23:47:05 +000021 </li>
Daniel Veillard1177ca42003-04-26 22:29:54 +000022 <li><a href="http://mail.gnome.org/archives/xml/2001-March/msg00014.html">Matt
Daniel Veillard63d83142002-05-20 06:51:05 +000023 Sergeant</a> developed <a href="http://axkit.org/download/">XML::LibXSLT</a>, a Perl wrapper for
Daniel Veillardaf43f632002-03-08 15:05:20 +000024 libxml2/libxslt as part of the <a href="http://axkit.com/">AxKit XML
Daniel Veillard0b28e882002-07-24 23:47:05 +000025 application server</a>.</li>
Daniel Veillard1177ca42003-04-26 22:29:54 +000026 <li><a href="mailto:dkuhlman@cutter.rexx.com">Dave Kuhlman</a> provides an
Daniel Veillard0b28e882002-07-24 23:47:05 +000027 earlier version of the libxml/libxslt <a href="http://www.rexx.com/~dkuhlman">wrappers for Python</a>.</li>
28 <li>Gopal.V and Peter Minten develop <a href="http://savannah.gnu.org/projects/libxmlsharp">libxml#</a>, a set of
29 C# libxml2 bindings.</li>
30 <li>Petr Kozelka provides <a href="http://sourceforge.net/projects/libxml2-pas">Pascal units to glue
31 libxml2</a> with Kylix, Delphi and other Pascal compilers.</li>
32 <li>Uwe Fechner also provides <a href="http://sourceforge.net/projects/idom2-pas/">idom2</a>, a DOM2
33 implementation for Kylix2/D5/D6 from Borland.</li>
34 <li>Wai-Sun &quot;Squidster&quot; Chia provides <a href="http://www.rubycolor.org/arc/redist/">bindings for Ruby</a> and
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000035 libxml2 bindings are also available in Ruby through the <a href="http://libgdome-ruby.berlios.de/">libgdome-ruby</a> module
36 maintained by Tobias Peters.</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +000037 <li>Steve Ball and contributors maintains <a href="http://tclxml.sourceforge.net/">libxml2 and libxslt bindings for
38 Tcl</a>.</li>
39 <li>There is support for libxml2 in the DOM module of PHP.</li>
Daniel Veillard1177ca42003-04-26 22:29:54 +000040 <li><a href="http://savannah.gnu.org/projects/classpathx/">LibxmlJ</a> is
Daniel Veillard806cada2003-03-19 21:58:59 +000041 an effort to create a 100% JAXP-compatible Java wrapper for libxml2 and
42 libxslt as part of GNU ClasspathX project.</li>
Daniel Veillard1177ca42003-04-26 22:29:54 +000043</ul><p>The distribution includes a set of Python bindings, which are guaranteed
Daniel Veillardc0801af2002-05-28 16:28:42 +000044to be maintained as part of the library in the future, though the Python
Daniel Veillard1177ca42003-04-26 22:29:54 +000045interface have not yet reached the completeness of the C API.</p><p><a href="mailto:stephane.bidoul@softwareag.com">Stéphane Bidoul</a>
Daniel Veillard7b4b2f92003-01-06 13:11:20 +000046maintains <a href="http://users.skynet.be/sbi/libxml-python/">a Windows port
Daniel Veillard1177ca42003-04-26 22:29:54 +000047of the Python bindings</a>.</p><p>Note to people interested in building bindings, the API is formalized as
Daniel Veillard7ef0fcb2002-12-14 10:38:55 +000048<a href="libxml2-api.xml">an XML API description file</a> which allows to
49automate a large part of the Python bindings, this includes function
Daniel Veillard7b4b2f92003-01-06 13:11:20 +000050descriptions, enums, structures, typedefs, etc... The Python script used to
Daniel Veillard1177ca42003-04-26 22:29:54 +000051build the bindings is python/generator.py in the source distribution.</p><p>To install the Python bindings there are 2 options:</p><ul><li>If you use an RPM based distribution, simply install the <a href="http://rpmfind.net/linux/rpm2html/search.php?query=libxml2-python">libxml2-python
Daniel Veillardaf43f632002-03-08 15:05:20 +000052 RPM</a> (and if needed the <a href="http://rpmfind.net/linux/rpm2html/search.php?query=libxslt-python">libxslt-python
53 RPM</a>).</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +000054 <li>Otherwise use the <a href="ftp://xmlsoft.org/python/">libxml2-python
Daniel Veillardaf43f632002-03-08 15:05:20 +000055 module distribution</a> corresponding to your installed version of
56 libxml2 and libxslt. Note that to install it you will need both libxml2
57 and libxslt installed and run &quot;python setup.py build install&quot; in the
58 module tree.</li>
Daniel Veillard1177ca42003-04-26 22:29:54 +000059</ul><p>The distribution includes a set of examples and regression tests for the
Daniel Veillardaf43f632002-03-08 15:05:20 +000060python bindings in the <code>python/tests</code> directory. Here are some
Daniel Veillard1177ca42003-04-26 22:29:54 +000061excerpts from those tests:</p><h3>tst.py:</h3><p>This is a basic test of the file interface and DOM navigation:</p><pre>import libxml2
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000062
63doc = libxml2.parseFile(&quot;tst.xml&quot;)
64if doc.name != &quot;tst.xml&quot;:
65 print &quot;doc.name failed&quot;
66 sys.exit(1)
67root = doc.children
68if root.name != &quot;doc&quot;:
69 print &quot;root.name failed&quot;
70 sys.exit(1)
71child = root.children
72if child.name != &quot;foo&quot;:
73 print &quot;child.name failed&quot;
74 sys.exit(1)
Daniel Veillard1177ca42003-04-26 22:29:54 +000075doc.freeDoc()</pre><p>The Python module is called libxml2; parseFile is the equivalent of
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000076xmlParseFile (most of the bindings are automatically generated, and the xml
77prefix is removed and the casing convention are kept). All node seen at the
Daniel Veillard1177ca42003-04-26 22:29:54 +000078binding level share the same subset of accessors:</p><ul><li><code>name</code> : returns the node name</li>
79 <li><code>type</code> : returns a string indicating the node type</li>
80 <li><code>content</code> : returns the content of the node, it is based on
Daniel Veillardaf43f632002-03-08 15:05:20 +000081 xmlNodeGetContent() and hence is recursive.</li>
Daniel Veillard1177ca42003-04-26 22:29:54 +000082 <li><code>parent</code> , <code>children</code>, <code>last</code>,
Daniel Veillardaf43f632002-03-08 15:05:20 +000083 <code>next</code>, <code>prev</code>, <code>doc</code>,
84 <code>properties</code>: pointing to the associated element in the tree,
85 those may return None in case no such link exists.</li>
Daniel Veillard1177ca42003-04-26 22:29:54 +000086</ul><p>Also note the need to explicitly deallocate documents with freeDoc() .
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000087Reference counting for libxml2 trees would need quite a lot of work to
88function properly, and rather than risk memory leaks if not implemented
89correctly it sounds safer to have an explicit function to free a tree. The
90wrapper python objects like doc, root or child are them automatically garbage
Daniel Veillard1177ca42003-04-26 22:29:54 +000091collected.</p><h3>validate.py:</h3><p>This test check the validation interfaces and redirection of error
92messages:</p><pre>import libxml2
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000093
Daniel Veillard63d83142002-05-20 06:51:05 +000094#deactivate error messages from the validation
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000095def noerr(ctx, str):
96 pass
97
98libxml2.registerErrorHandler(noerr, None)
99
100ctxt = libxml2.createFileParserCtxt(&quot;invalid.xml&quot;)
101ctxt.validate(1)
102ctxt.parseDocument()
103doc = ctxt.doc()
104valid = ctxt.isValid()
105doc.freeDoc()
106if valid != 0:
Daniel Veillard1177ca42003-04-26 22:29:54 +0000107 print &quot;validity check failed&quot;</pre><p>The first thing to notice is the call to registerErrorHandler(), it
Daniel Veillard6dbcaf82002-02-20 14:37:47 +0000108defines a new error handler global to the library. It is used to avoid seeing
Daniel Veillard1177ca42003-04-26 22:29:54 +0000109the error messages when trying to validate the invalid document.</p><p>The main interest of that test is the creation of a parser context with
Daniel Veillard6dbcaf82002-02-20 14:37:47 +0000110createFileParserCtxt() and how the behaviour can be changed before calling
Daniel Veillard63d83142002-05-20 06:51:05 +0000111parseDocument() . Similarly the informations resulting from the parsing phase
Daniel Veillard1177ca42003-04-26 22:29:54 +0000112are also available using context methods.</p><p>Contexts like nodes are defined as class and the libxml2 wrappers maps the
Daniel Veillard6dbcaf82002-02-20 14:37:47 +0000113C function interfaces in terms of objects method as much as possible. The
114best to get a complete view of what methods are supported is to look at the
Daniel Veillard1177ca42003-04-26 22:29:54 +0000115libxml2.py module containing all the wrappers.</p><h3>push.py:</h3><p>This test show how to activate the push parser interface:</p><pre>import libxml2
Daniel Veillard6dbcaf82002-02-20 14:37:47 +0000116
117ctxt = libxml2.createPushParser(None, &quot;&lt;foo&quot;, 4, &quot;test.xml&quot;)
118ctxt.parseChunk(&quot;/&gt;&quot;, 2, 1)
119doc = ctxt.doc()
120
Daniel Veillard1177ca42003-04-26 22:29:54 +0000121doc.freeDoc()</pre><p>The context is created with a special call based on the
Daniel Veillard6dbcaf82002-02-20 14:37:47 +0000122xmlCreatePushParser() from the C library. The first argument is an optional
Daniel Veillard63d83142002-05-20 06:51:05 +0000123SAX callback object, then the initial set of data, the length and the name of
Daniel Veillard1177ca42003-04-26 22:29:54 +0000124the resource in case URI-References need to be computed by the parser.</p><p>Then the data are pushed using the parseChunk() method, the last call
125setting the third argument terminate to 1.</p><h3>pushSAX.py:</h3><p>this test show the use of the event based parsing interfaces. In this case
Daniel Veillard6dbcaf82002-02-20 14:37:47 +0000126the parser does not build a document, but provides callback information as
Daniel Veillard1177ca42003-04-26 22:29:54 +0000127the parser makes progresses analyzing the data being provided:</p><pre>import libxml2
Daniel Veillard6dbcaf82002-02-20 14:37:47 +0000128log = &quot;&quot;
129
130class callback:
131 def startDocument(self):
132 global log
133 log = log + &quot;startDocument:&quot;
134
135 def endDocument(self):
136 global log
137 log = log + &quot;endDocument:&quot;
138
139 def startElement(self, tag, attrs):
140 global log
141 log = log + &quot;startElement %s %s:&quot; % (tag, attrs)
142
143 def endElement(self, tag):
144 global log
145 log = log + &quot;endElement %s:&quot; % (tag)
146
147 def characters(self, data):
148 global log
149 log = log + &quot;characters: %s:&quot; % (data)
150
151 def warning(self, msg):
152 global log
153 log = log + &quot;warning: %s:&quot; % (msg)
154
155 def error(self, msg):
156 global log
157 log = log + &quot;error: %s:&quot; % (msg)
158
159 def fatalError(self, msg):
160 global log
161 log = log + &quot;fatalError: %s:&quot; % (msg)
162
163handler = callback()
164
165ctxt = libxml2.createPushParser(handler, &quot;&lt;foo&quot;, 4, &quot;test.xml&quot;)
166chunk = &quot; url='tst'&gt;b&quot;
167ctxt.parseChunk(chunk, len(chunk), 0)
168chunk = &quot;ar&lt;/foo&gt;&quot;
169ctxt.parseChunk(chunk, len(chunk), 1)
170
Daniel Veillardfcbfa2d2002-02-21 17:54:27 +0000171reference = &quot;startDocument:startElement foo {'url': 'tst'}:&quot; + \
172 &quot;characters: bar:endElement foo:endDocument:&quot;
Daniel Veillard6dbcaf82002-02-20 14:37:47 +0000173if log != reference:
174 print &quot;Error got: %s&quot; % log
Daniel Veillard1177ca42003-04-26 22:29:54 +0000175 print &quot;Expected: %s&quot; % reference</pre><p>The key object in that test is the handler, it provides a number of entry
Daniel Veillard6dbcaf82002-02-20 14:37:47 +0000176points which can be called by the parser as it makes progresses to indicate
177the information set obtained. The full set of callback is larger than what
178the callback class in that specific example implements (see the SAX
179definition for a complete list). The wrapper will only call those supplied by
180the object when activated. The startElement receives the names of the element
Daniel Veillard1177ca42003-04-26 22:29:54 +0000181and a dictionary containing the attributes carried by this element.</p><p>Also note that the reference string generated from the callback shows a
Daniel Veillard6dbcaf82002-02-20 14:37:47 +0000182single character call even though the string &quot;bar&quot; is passed to the parser
Daniel Veillard1177ca42003-04-26 22:29:54 +0000183from 2 different call to parseChunk()</p><h3>xpath.py:</h3><p>This is a basic test of XPath wrappers support</p><pre>import libxml2
Daniel Veillard6dbcaf82002-02-20 14:37:47 +0000184
185doc = libxml2.parseFile(&quot;tst.xml&quot;)
186ctxt = doc.xpathNewContext()
187res = ctxt.xpathEval(&quot;//*&quot;)
188if len(res) != 2:
189 print &quot;xpath query: wrong node set size&quot;
190 sys.exit(1)
191if res[0].name != &quot;doc&quot; or res[1].name != &quot;foo&quot;:
192 print &quot;xpath query: wrong node set value&quot;
193 sys.exit(1)
194doc.freeDoc()
Daniel Veillard1177ca42003-04-26 22:29:54 +0000195ctxt.xpathFreeContext()</pre><p>This test parses a file, then create an XPath context to evaluate XPath
Daniel Veillard6dbcaf82002-02-20 14:37:47 +0000196expression on it. The xpathEval() method execute an XPath query and returns
197the result mapped in a Python way. String and numbers are natively converted,
198and node sets are returned as a tuple of libxml2 Python nodes wrappers. Like
Daniel Veillard63d83142002-05-20 06:51:05 +0000199the document, the XPath context need to be freed explicitly, also not that
Daniel Veillard6dbcaf82002-02-20 14:37:47 +0000200the result of the XPath query may point back to the document tree and hence
Daniel Veillard1177ca42003-04-26 22:29:54 +0000201the document must be freed after the result of the query is used.</p><h3>xpathext.py:</h3><p>This test shows how to extend the XPath engine with functions written in
202python:</p><pre>import libxml2
Daniel Veillard6dbcaf82002-02-20 14:37:47 +0000203
204def foo(ctx, x):
205 return x + 1
206
207doc = libxml2.parseFile(&quot;tst.xml&quot;)
208ctxt = doc.xpathNewContext()
209libxml2.registerXPathFunction(ctxt._o, &quot;foo&quot;, None, foo)
210res = ctxt.xpathEval(&quot;foo(1)&quot;)
211if res != 2:
212 print &quot;xpath extension failure&quot;
213doc.freeDoc()
Daniel Veillard1177ca42003-04-26 22:29:54 +0000214ctxt.xpathFreeContext()</pre><p>Note how the extension function is registered with the context (but that
215part is not yet finalized, this may change slightly in the future).</p><h3>tstxpath.py:</h3><p>This test is similar to the previous one but shows how the extension
216function can access the XPath evaluation context:</p><pre>def foo(ctx, x):
Daniel Veillard6dbcaf82002-02-20 14:37:47 +0000217 global called
218
219 #
220 # test that access to the XPath evaluation contexts
221 #
222 pctxt = libxml2.xpathParserContext(_obj=ctx)
223 ctxt = pctxt.context()
224 called = ctxt.function()
Daniel Veillard1177ca42003-04-26 22:29:54 +0000225 return x + 1</pre><p>All the interfaces around the XPath parser(or rather evaluation) context
Daniel Veillard6dbcaf82002-02-20 14:37:47 +0000226are not finalized, but it should be sufficient to do contextual work at the
Daniel Veillard1177ca42003-04-26 22:29:54 +0000227evaluation point.</p><h3>Memory debugging:</h3><p>last but not least, all tests starts with the following prologue:</p><pre>#memory debug specific
228libxml2.debugMemory(1)</pre><p>and ends with the following epilogue:</p><pre>#memory debug specific
Daniel Veillard6dbcaf82002-02-20 14:37:47 +0000229libxml2.cleanupParser()
230if libxml2.debugMemory(1) == 0:
231 print &quot;OK&quot;
232else:
233 print &quot;Memory leak %d bytes&quot; % (libxml2.debugMemory(1))
Daniel Veillard1177ca42003-04-26 22:29:54 +0000234 libxml2.dumpMemory()</pre><p>Those activate the memory debugging interface of libxml2 where all
Daniel Veillard63d83142002-05-20 06:51:05 +0000235allocated block in the library are tracked. The prologue then cleans up the
Daniel Veillard6dbcaf82002-02-20 14:37:47 +0000236library state and checks that all allocated memory has been freed. If not it
Daniel Veillard1177ca42003-04-26 22:29:54 +0000237calls dumpMemory() which saves that list in a <code>.memdump</code> file.</p><p><a href="bugs.html">Daniel Veillard</a></p></td></tr></table></td></tr></table></td></tr></table></td></tr></table></td></tr></table></body></html>