Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> |
| 2 | <html> |
| 3 | <head> |
Daniel Veillard | e166254 | 2002-08-28 11:50:59 +0000 | [diff] [blame] | 4 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
Daniel Veillard | c332dab | 2002-03-29 14:08:27 +0000 | [diff] [blame] | 5 | <link rel="SHORTCUT ICON" href="/favicon.ico"> |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 6 | <style type="text/css"><!-- |
Daniel Veillard | 373a475 | 2002-02-21 14:46:29 +0000 | [diff] [blame] | 7 | TD {font-family: Verdana,Arial,Helvetica} |
| 8 | BODY {font-family: Verdana,Arial,Helvetica; margin-top: 2em; margin-left: 0em; margin-right: 0em} |
| 9 | H1 {font-family: Verdana,Arial,Helvetica} |
| 10 | H2 {font-family: Verdana,Arial,Helvetica} |
| 11 | H3 {font-family: Verdana,Arial,Helvetica} |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 12 | A:link, A:visited, A:active { text-decoration: underline } |
| 13 | --></style> |
| 14 | <title>Python and bindings</title> |
| 15 | </head> |
| 16 | <body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000"> |
| 17 | <table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr> |
| 18 | <td width="180"> |
Daniel Veillard | 8f40f1e | 2002-08-28 21:18:45 +0000 | [diff] [blame] | 19 | <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> |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 20 | </td> |
| 21 | <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"> |
| 22 | <h1>The XML C library for Gnome</h1> |
| 23 | <h2>Python and bindings</h2> |
| 24 | </td></tr></table></td></tr></table></td> |
| 25 | </tr></table> |
| 26 | <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> |
| 27 | <td valign="top" width="200" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td> |
| 28 | <table width="100%" border="0" cellspacing="1" cellpadding="3"> |
| 29 | <tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Main Menu</b></center></td></tr> |
| 30 | <tr><td bgcolor="#fffacd"><ul> |
| 31 | <li><a href="index.html">Home</a></li> |
| 32 | <li><a href="intro.html">Introduction</a></li> |
| 33 | <li><a href="FAQ.html">FAQ</a></li> |
| 34 | <li><a href="docs.html">Documentation</a></li> |
| 35 | <li><a href="bugs.html">Reporting bugs and getting help</a></li> |
| 36 | <li><a href="help.html">How to help</a></li> |
| 37 | <li><a href="downloads.html">Downloads</a></li> |
| 38 | <li><a href="news.html">News</a></li> |
| 39 | <li><a href="XMLinfo.html">XML</a></li> |
| 40 | <li><a href="XSLT.html">XSLT</a></li> |
| 41 | <li><a href="python.html">Python and bindings</a></li> |
| 42 | <li><a href="architecture.html">libxml architecture</a></li> |
| 43 | <li><a href="tree.html">The tree output</a></li> |
| 44 | <li><a href="interface.html">The SAX interface</a></li> |
| 45 | <li><a href="xmldtd.html">Validation & DTDs</a></li> |
| 46 | <li><a href="xmlmem.html">Memory Management</a></li> |
| 47 | <li><a href="encoding.html">Encodings support</a></li> |
| 48 | <li><a href="xmlio.html">I/O Interfaces</a></li> |
| 49 | <li><a href="catalog.html">Catalog support</a></li> |
| 50 | <li><a href="library.html">The parser interfaces</a></li> |
| 51 | <li><a href="entities.html">Entities or no entities</a></li> |
| 52 | <li><a href="namespaces.html">Namespaces</a></li> |
| 53 | <li><a href="upgrade.html">Upgrading 1.x code</a></li> |
| 54 | <li><a href="threads.html">Thread safety</a></li> |
| 55 | <li><a href="DOM.html">DOM Principles</a></li> |
| 56 | <li><a href="example.html">A real example</a></li> |
| 57 | <li><a href="contribs.html">Contributions</a></li> |
Daniel Veillard | fc59c09 | 2002-06-05 14:48:26 +0000 | [diff] [blame] | 58 | <li><a href="tutorial/index.html">Tutorial</a></li> |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 59 | <li> |
| 60 | <a href="xml.html">flat page</a>, <a href="site.xsl">stylesheet</a> |
| 61 | </li> |
| 62 | </ul></td></tr> |
| 63 | </table> |
| 64 | <table width="100%" border="0" cellspacing="1" cellpadding="3"> |
| 65 | <tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>API Indexes</b></center></td></tr> |
| 66 | <tr><td bgcolor="#fffacd"><ul> |
| 67 | <li><a href="APIchunk0.html">Alphabetic</a></li> |
| 68 | <li><a href="APIconstructors.html">Constructors</a></li> |
| 69 | <li><a href="APIfunctions.html">Functions/Types</a></li> |
| 70 | <li><a href="APIfiles.html">Modules</a></li> |
| 71 | <li><a href="APIsymbols.html">Symbols</a></li> |
| 72 | </ul></td></tr> |
| 73 | </table> |
| 74 | <table width="100%" border="0" cellspacing="1" cellpadding="3"> |
| 75 | <tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Related links</b></center></td></tr> |
| 76 | <tr><td bgcolor="#fffacd"><ul> |
| 77 | <li><a href="http://mail.gnome.org/archives/xml/">Mail archive</a></li> |
| 78 | <li><a href="http://xmlsoft.org/XSLT/">XSLT libxslt</a></li> |
| 79 | <li><a href="http://phd.cs.unibo.it/gdome2/">DOM gdome2</a></li> |
Daniel Veillard | 2d347fa | 2002-03-17 10:34:11 +0000 | [diff] [blame] | 80 | <li><a href="http://www.aleksey.com/xmlsec/">XML-DSig xmlsec</a></li> |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 81 | <li><a href="ftp://xmlsoft.org/">FTP</a></li> |
| 82 | <li><a href="http://www.fh-frankfurt.de/~igor/projects/libxml/">Windows binaries</a></li> |
| 83 | <li><a href="http://garypennington.net/libxml2/">Solaris binaries</a></li> |
Daniel Veillard | e6d8e20 | 2002-05-02 06:11:10 +0000 | [diff] [blame] | 84 | <li><a href="http://sourceforge.net/projects/libxml2-pas/">Pascal bindings</a></li> |
Daniel Veillard | 2d347fa | 2002-03-17 10:34:11 +0000 | [diff] [blame] | 85 | <li><a href="http://bugzilla.gnome.org/buglist.cgi?product=libxml&product=libxml2">Bug Tracker</a></li> |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 86 | </ul></td></tr> |
| 87 | </table> |
| 88 | </td></tr></table></td> |
| 89 | <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"> |
Daniel Veillard | 42766c0 | 2002-08-22 20:52:17 +0000 | [diff] [blame] | 90 | <p>There are a number of language bindings and wrappers available for |
| 91 | libxml2, 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 Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 92 | (<a href="http://mail.gnome.org/archives/xml-bindings/">archives</a>) in |
| 93 | order to get updates to this list or to discuss the specific topic of libxml2 |
| 94 | or libxslt wrappers or bindings:</p> |
| 95 | <ul> |
| 96 | <li> |
Daniel Veillard | af43f63 | 2002-03-08 15:05:20 +0000 | [diff] [blame] | 97 | <a href="mailto:ari@lusis.org">Ari Johnson</a> provides a C++ wrapper |
| 98 | for libxml:<br> |
Daniel Veillard | 0b28e88 | 2002-07-24 23:47:05 +0000 | [diff] [blame] | 99 | Website: <a href="http://lusis.org/~ari/xml%2B%2B/">http://lusis.org/~ari/xml++/</a><br> |
| 100 | Download: <a href="http://lusis.org/~ari/xml%2B%2B/libxml%2B%2B.tar.gz">http://lusis.org/~ari/xml++/libxml++.tar.gz</a> |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 101 | </li> |
Daniel Veillard | 0b28e88 | 2002-07-24 23:47:05 +0000 | [diff] [blame] | 102 | <li>There is another <a href="http://libgdome-cpp.berlios.de/">C++ wrapper |
| 103 | based on the gdome2 bindings</a> maintained by Tobias Peters.</li> |
| 104 | <li>and a third C++ wrapper by Peter Jones <pjones@pmade.org> |
Daniel Veillard | 9b6fd30 | 2002-05-13 12:06:47 +0000 | [diff] [blame] | 105 | <p>Website: <a href="http://pmade.org/pjones/software/xmlwrapp/">http://pmade.org/pjones/software/xmlwrapp/</a> |
| 106 | </p> |
Daniel Veillard | 0b28e88 | 2002-07-24 23:47:05 +0000 | [diff] [blame] | 107 | </li> |
| 108 | <li> |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 109 | <a href="http://mail.gnome.org/archives/xml/2001-March/msg00014.html">Matt |
Daniel Veillard | 63d8314 | 2002-05-20 06:51:05 +0000 | [diff] [blame] | 110 | Sergeant</a> developed <a href="http://axkit.org/download/">XML::LibXSLT</a>, a Perl wrapper for |
Daniel Veillard | af43f63 | 2002-03-08 15:05:20 +0000 | [diff] [blame] | 111 | libxml2/libxslt as part of the <a href="http://axkit.com/">AxKit XML |
Daniel Veillard | 0b28e88 | 2002-07-24 23:47:05 +0000 | [diff] [blame] | 112 | application server</a>.</li> |
| 113 | <li> |
Daniel Veillard | 2147367 | 2002-06-17 07:29:22 +0000 | [diff] [blame] | 114 | <a href="mailto:dkuhlman@cutter.rexx.com">Dave Kuhlman</a> provides an |
Daniel Veillard | 0b28e88 | 2002-07-24 23:47:05 +0000 | [diff] [blame] | 115 | earlier version of the libxml/libxslt <a href="http://www.rexx.com/~dkuhlman">wrappers for Python</a>.</li> |
| 116 | <li>Gopal.V and Peter Minten develop <a href="http://savannah.gnu.org/projects/libxmlsharp">libxml#</a>, a set of |
| 117 | C# libxml2 bindings.</li> |
| 118 | <li>Petr Kozelka provides <a href="http://sourceforge.net/projects/libxml2-pas">Pascal units to glue |
| 119 | libxml2</a> with Kylix, Delphi and other Pascal compilers.</li> |
| 120 | <li>Uwe Fechner also provides <a href="http://sourceforge.net/projects/idom2-pas/">idom2</a>, a DOM2 |
| 121 | implementation for Kylix2/D5/D6 from Borland.</li> |
| 122 | <li>Wai-Sun "Squidster" Chia provides <a href="http://www.rubycolor.org/arc/redist/">bindings for Ruby</a> and |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 123 | libxml2 bindings are also available in Ruby through the <a href="http://libgdome-ruby.berlios.de/">libgdome-ruby</a> module |
| 124 | maintained by Tobias Peters.</li> |
Daniel Veillard | 0b28e88 | 2002-07-24 23:47:05 +0000 | [diff] [blame] | 125 | <li>Steve Ball and contributors maintains <a href="http://tclxml.sourceforge.net/">libxml2 and libxslt bindings for |
| 126 | Tcl</a>.</li> |
| 127 | <li>There is support for libxml2 in the DOM module of PHP.</li> |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 128 | </ul> |
Daniel Veillard | c0801af | 2002-05-28 16:28:42 +0000 | [diff] [blame] | 129 | <p>The distribution includes a set of Python bindings, which are guaranteed |
| 130 | to be maintained as part of the library in the future, though the Python |
Daniel Veillard | 0b79dfe | 2002-02-23 13:02:31 +0000 | [diff] [blame] | 131 | interface have not yet reached the maturity of the C API.</p> |
Daniel Veillard | af43f63 | 2002-03-08 15:05:20 +0000 | [diff] [blame] | 132 | <p>To install the Python bindings there are 2 options:</p> |
Daniel Veillard | 0b79dfe | 2002-02-23 13:02:31 +0000 | [diff] [blame] | 133 | <ul> |
Daniel Veillard | af43f63 | 2002-03-08 15:05:20 +0000 | [diff] [blame] | 134 | <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 |
| 135 | RPM</a> (and if needed the <a href="http://rpmfind.net/linux/rpm2html/search.php?query=libxslt-python">libxslt-python |
| 136 | RPM</a>).</li> |
Daniel Veillard | 0b28e88 | 2002-07-24 23:47:05 +0000 | [diff] [blame] | 137 | <li>Otherwise use the <a href="ftp://xmlsoft.org/python/">libxml2-python |
Daniel Veillard | af43f63 | 2002-03-08 15:05:20 +0000 | [diff] [blame] | 138 | module distribution</a> corresponding to your installed version of |
| 139 | libxml2 and libxslt. Note that to install it you will need both libxml2 |
| 140 | and libxslt installed and run "python setup.py build install" in the |
| 141 | module tree.</li> |
Daniel Veillard | 0b79dfe | 2002-02-23 13:02:31 +0000 | [diff] [blame] | 142 | </ul> |
Daniel Veillard | af43f63 | 2002-03-08 15:05:20 +0000 | [diff] [blame] | 143 | <p>The distribution includes a set of examples and regression tests for the |
| 144 | python bindings in the <code>python/tests</code> directory. Here are some |
Daniel Veillard | 0b28e88 | 2002-07-24 23:47:05 +0000 | [diff] [blame] | 145 | excerpts from those tests:</p> |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 146 | <h3>tst.py:</h3> |
| 147 | <p>This is a basic test of the file interface and DOM navigation:</p> |
Daniel Veillard | 9eb146b | 2002-02-21 16:04:51 +0000 | [diff] [blame] | 148 | <pre>import libxml2 |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 149 | |
| 150 | doc = libxml2.parseFile("tst.xml") |
| 151 | if doc.name != "tst.xml": |
| 152 | print "doc.name failed" |
| 153 | sys.exit(1) |
| 154 | root = doc.children |
| 155 | if root.name != "doc": |
| 156 | print "root.name failed" |
| 157 | sys.exit(1) |
| 158 | child = root.children |
| 159 | if child.name != "foo": |
| 160 | print "child.name failed" |
| 161 | sys.exit(1) |
Daniel Veillard | 9eb146b | 2002-02-21 16:04:51 +0000 | [diff] [blame] | 162 | doc.freeDoc()</pre> |
Daniel Veillard | 0b28e88 | 2002-07-24 23:47:05 +0000 | [diff] [blame] | 163 | <p>The Python module is called libxml2; parseFile is the equivalent of |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 164 | xmlParseFile (most of the bindings are automatically generated, and the xml |
| 165 | prefix is removed and the casing convention are kept). All node seen at the |
Daniel Veillard | 63d8314 | 2002-05-20 06:51:05 +0000 | [diff] [blame] | 166 | binding level share the same subset of accessors:</p> |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 167 | <ul> |
| 168 | <li> |
Daniel Veillard | af43f63 | 2002-03-08 15:05:20 +0000 | [diff] [blame] | 169 | <code>name</code> : returns the node name</li> |
Daniel Veillard | 0b28e88 | 2002-07-24 23:47:05 +0000 | [diff] [blame] | 170 | <li> |
Daniel Veillard | c0801af | 2002-05-28 16:28:42 +0000 | [diff] [blame] | 171 | <code>type</code> : returns a string indicating the node type</li> |
Daniel Veillard | 0b28e88 | 2002-07-24 23:47:05 +0000 | [diff] [blame] | 172 | <li> |
Daniel Veillard | af43f63 | 2002-03-08 15:05:20 +0000 | [diff] [blame] | 173 | <code>content</code> : returns the content of the node, it is based on |
| 174 | xmlNodeGetContent() and hence is recursive.</li> |
Daniel Veillard | 0b28e88 | 2002-07-24 23:47:05 +0000 | [diff] [blame] | 175 | <li> |
Daniel Veillard | af43f63 | 2002-03-08 15:05:20 +0000 | [diff] [blame] | 176 | <code>parent</code> , <code>children</code>, <code>last</code>, |
| 177 | <code>next</code>, <code>prev</code>, <code>doc</code>, |
| 178 | <code>properties</code>: pointing to the associated element in the tree, |
| 179 | those may return None in case no such link exists.</li> |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 180 | </ul> |
Daniel Veillard | 63d8314 | 2002-05-20 06:51:05 +0000 | [diff] [blame] | 181 | <p>Also note the need to explicitly deallocate documents with freeDoc() . |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 182 | Reference counting for libxml2 trees would need quite a lot of work to |
| 183 | function properly, and rather than risk memory leaks if not implemented |
| 184 | correctly it sounds safer to have an explicit function to free a tree. The |
| 185 | wrapper python objects like doc, root or child are them automatically garbage |
| 186 | collected.</p> |
| 187 | <h3>validate.py:</h3> |
| 188 | <p>This test check the validation interfaces and redirection of error |
| 189 | messages:</p> |
Daniel Veillard | 9eb146b | 2002-02-21 16:04:51 +0000 | [diff] [blame] | 190 | <pre>import libxml2 |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 191 | |
Daniel Veillard | 63d8314 | 2002-05-20 06:51:05 +0000 | [diff] [blame] | 192 | #deactivate error messages from the validation |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 193 | def noerr(ctx, str): |
| 194 | pass |
| 195 | |
| 196 | libxml2.registerErrorHandler(noerr, None) |
| 197 | |
| 198 | ctxt = libxml2.createFileParserCtxt("invalid.xml") |
| 199 | ctxt.validate(1) |
| 200 | ctxt.parseDocument() |
| 201 | doc = ctxt.doc() |
| 202 | valid = ctxt.isValid() |
| 203 | doc.freeDoc() |
| 204 | if valid != 0: |
Daniel Veillard | 63d8314 | 2002-05-20 06:51:05 +0000 | [diff] [blame] | 205 | print "validity check failed"</pre> |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 206 | <p>The first thing to notice is the call to registerErrorHandler(), it |
| 207 | defines a new error handler global to the library. It is used to avoid seeing |
| 208 | the error messages when trying to validate the invalid document.</p> |
| 209 | <p>The main interest of that test is the creation of a parser context with |
| 210 | createFileParserCtxt() and how the behaviour can be changed before calling |
Daniel Veillard | 63d8314 | 2002-05-20 06:51:05 +0000 | [diff] [blame] | 211 | parseDocument() . Similarly the informations resulting from the parsing phase |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 212 | are also available using context methods.</p> |
| 213 | <p>Contexts like nodes are defined as class and the libxml2 wrappers maps the |
| 214 | C function interfaces in terms of objects method as much as possible. The |
| 215 | best to get a complete view of what methods are supported is to look at the |
| 216 | libxml2.py module containing all the wrappers.</p> |
| 217 | <h3>push.py:</h3> |
| 218 | <p>This test show how to activate the push parser interface:</p> |
Daniel Veillard | 9eb146b | 2002-02-21 16:04:51 +0000 | [diff] [blame] | 219 | <pre>import libxml2 |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 220 | |
| 221 | ctxt = libxml2.createPushParser(None, "<foo", 4, "test.xml") |
| 222 | ctxt.parseChunk("/>", 2, 1) |
| 223 | doc = ctxt.doc() |
| 224 | |
Daniel Veillard | 9eb146b | 2002-02-21 16:04:51 +0000 | [diff] [blame] | 225 | doc.freeDoc()</pre> |
Daniel Veillard | 63d8314 | 2002-05-20 06:51:05 +0000 | [diff] [blame] | 226 | <p>The context is created with a special call based on the |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 227 | xmlCreatePushParser() from the C library. The first argument is an optional |
Daniel Veillard | 63d8314 | 2002-05-20 06:51:05 +0000 | [diff] [blame] | 228 | SAX callback object, then the initial set of data, the length and the name of |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 229 | the resource in case URI-References need to be computed by the parser.</p> |
| 230 | <p>Then the data are pushed using the parseChunk() method, the last call |
Daniel Veillard | 63d8314 | 2002-05-20 06:51:05 +0000 | [diff] [blame] | 231 | setting the third argument terminate to 1.</p> |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 232 | <h3>pushSAX.py:</h3> |
| 233 | <p>this test show the use of the event based parsing interfaces. In this case |
| 234 | the parser does not build a document, but provides callback information as |
| 235 | the parser makes progresses analyzing the data being provided:</p> |
Daniel Veillard | 9eb146b | 2002-02-21 16:04:51 +0000 | [diff] [blame] | 236 | <pre>import libxml2 |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 237 | log = "" |
| 238 | |
| 239 | class callback: |
| 240 | def startDocument(self): |
| 241 | global log |
| 242 | log = log + "startDocument:" |
| 243 | |
| 244 | def endDocument(self): |
| 245 | global log |
| 246 | log = log + "endDocument:" |
| 247 | |
| 248 | def startElement(self, tag, attrs): |
| 249 | global log |
| 250 | log = log + "startElement %s %s:" % (tag, attrs) |
| 251 | |
| 252 | def endElement(self, tag): |
| 253 | global log |
| 254 | log = log + "endElement %s:" % (tag) |
| 255 | |
| 256 | def characters(self, data): |
| 257 | global log |
| 258 | log = log + "characters: %s:" % (data) |
| 259 | |
| 260 | def warning(self, msg): |
| 261 | global log |
| 262 | log = log + "warning: %s:" % (msg) |
| 263 | |
| 264 | def error(self, msg): |
| 265 | global log |
| 266 | log = log + "error: %s:" % (msg) |
| 267 | |
| 268 | def fatalError(self, msg): |
| 269 | global log |
| 270 | log = log + "fatalError: %s:" % (msg) |
| 271 | |
| 272 | handler = callback() |
| 273 | |
| 274 | ctxt = libxml2.createPushParser(handler, "<foo", 4, "test.xml") |
| 275 | chunk = " url='tst'>b" |
| 276 | ctxt.parseChunk(chunk, len(chunk), 0) |
| 277 | chunk = "ar</foo>" |
| 278 | ctxt.parseChunk(chunk, len(chunk), 1) |
| 279 | |
Daniel Veillard | fcbfa2d | 2002-02-21 17:54:27 +0000 | [diff] [blame] | 280 | reference = "startDocument:startElement foo {'url': 'tst'}:" + \ |
| 281 | "characters: bar:endElement foo:endDocument:" |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 282 | if log != reference: |
| 283 | print "Error got: %s" % log |
Daniel Veillard | 63d8314 | 2002-05-20 06:51:05 +0000 | [diff] [blame] | 284 | print "Expected: %s" % reference</pre> |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 285 | <p>The key object in that test is the handler, it provides a number of entry |
| 286 | points which can be called by the parser as it makes progresses to indicate |
| 287 | the information set obtained. The full set of callback is larger than what |
| 288 | the callback class in that specific example implements (see the SAX |
| 289 | definition for a complete list). The wrapper will only call those supplied by |
| 290 | the object when activated. The startElement receives the names of the element |
Daniel Veillard | 63d8314 | 2002-05-20 06:51:05 +0000 | [diff] [blame] | 291 | and a dictionary containing the attributes carried by this element.</p> |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 292 | <p>Also note that the reference string generated from the callback shows a |
| 293 | single character call even though the string "bar" is passed to the parser |
| 294 | from 2 different call to parseChunk()</p> |
| 295 | <h3>xpath.py:</h3> |
Daniel Veillard | 63d8314 | 2002-05-20 06:51:05 +0000 | [diff] [blame] | 296 | <p>This is a basic test of XPath wrappers support</p> |
Daniel Veillard | 9eb146b | 2002-02-21 16:04:51 +0000 | [diff] [blame] | 297 | <pre>import libxml2 |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 298 | |
| 299 | doc = libxml2.parseFile("tst.xml") |
| 300 | ctxt = doc.xpathNewContext() |
| 301 | res = ctxt.xpathEval("//*") |
| 302 | if len(res) != 2: |
| 303 | print "xpath query: wrong node set size" |
| 304 | sys.exit(1) |
| 305 | if res[0].name != "doc" or res[1].name != "foo": |
| 306 | print "xpath query: wrong node set value" |
| 307 | sys.exit(1) |
| 308 | doc.freeDoc() |
Daniel Veillard | 9eb146b | 2002-02-21 16:04:51 +0000 | [diff] [blame] | 309 | ctxt.xpathFreeContext()</pre> |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 310 | <p>This test parses a file, then create an XPath context to evaluate XPath |
| 311 | expression on it. The xpathEval() method execute an XPath query and returns |
| 312 | the result mapped in a Python way. String and numbers are natively converted, |
| 313 | and node sets are returned as a tuple of libxml2 Python nodes wrappers. Like |
Daniel Veillard | 63d8314 | 2002-05-20 06:51:05 +0000 | [diff] [blame] | 314 | the document, the XPath context need to be freed explicitly, also not that |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 315 | the result of the XPath query may point back to the document tree and hence |
| 316 | the document must be freed after the result of the query is used.</p> |
| 317 | <h3>xpathext.py:</h3> |
| 318 | <p>This test shows how to extend the XPath engine with functions written in |
| 319 | python:</p> |
Daniel Veillard | 9eb146b | 2002-02-21 16:04:51 +0000 | [diff] [blame] | 320 | <pre>import libxml2 |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 321 | |
| 322 | def foo(ctx, x): |
| 323 | return x + 1 |
| 324 | |
| 325 | doc = libxml2.parseFile("tst.xml") |
| 326 | ctxt = doc.xpathNewContext() |
| 327 | libxml2.registerXPathFunction(ctxt._o, "foo", None, foo) |
| 328 | res = ctxt.xpathEval("foo(1)") |
| 329 | if res != 2: |
| 330 | print "xpath extension failure" |
| 331 | doc.freeDoc() |
Daniel Veillard | 9eb146b | 2002-02-21 16:04:51 +0000 | [diff] [blame] | 332 | ctxt.xpathFreeContext()</pre> |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 333 | <p>Note how the extension function is registered with the context (but that |
Daniel Veillard | 63d8314 | 2002-05-20 06:51:05 +0000 | [diff] [blame] | 334 | part is not yet finalized, this may change slightly in the future).</p> |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 335 | <h3>tstxpath.py:</h3> |
Daniel Veillard | 63d8314 | 2002-05-20 06:51:05 +0000 | [diff] [blame] | 336 | <p>This test is similar to the previous one but shows how the extension |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 337 | function can access the XPath evaluation context:</p> |
Daniel Veillard | 9eb146b | 2002-02-21 16:04:51 +0000 | [diff] [blame] | 338 | <pre>def foo(ctx, x): |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 339 | global called |
| 340 | |
| 341 | # |
| 342 | # test that access to the XPath evaluation contexts |
| 343 | # |
| 344 | pctxt = libxml2.xpathParserContext(_obj=ctx) |
| 345 | ctxt = pctxt.context() |
| 346 | called = ctxt.function() |
Daniel Veillard | 9eb146b | 2002-02-21 16:04:51 +0000 | [diff] [blame] | 347 | return x + 1</pre> |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 348 | <p>All the interfaces around the XPath parser(or rather evaluation) context |
| 349 | are not finalized, but it should be sufficient to do contextual work at the |
| 350 | evaluation point.</p> |
| 351 | <h3>Memory debugging:</h3> |
| 352 | <p>last but not least, all tests starts with the following prologue:</p> |
Daniel Veillard | 9eb146b | 2002-02-21 16:04:51 +0000 | [diff] [blame] | 353 | <pre>#memory debug specific |
Daniel Veillard | af43f63 | 2002-03-08 15:05:20 +0000 | [diff] [blame] | 354 | libxml2.debugMemory(1)</pre> |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 355 | <p>and ends with the following epilogue:</p> |
Daniel Veillard | 9eb146b | 2002-02-21 16:04:51 +0000 | [diff] [blame] | 356 | <pre>#memory debug specific |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 357 | libxml2.cleanupParser() |
| 358 | if libxml2.debugMemory(1) == 0: |
| 359 | print "OK" |
| 360 | else: |
| 361 | print "Memory leak %d bytes" % (libxml2.debugMemory(1)) |
Daniel Veillard | 9eb146b | 2002-02-21 16:04:51 +0000 | [diff] [blame] | 362 | libxml2.dumpMemory()</pre> |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 363 | <p>Those activate the memory debugging interface of libxml2 where all |
Daniel Veillard | 63d8314 | 2002-05-20 06:51:05 +0000 | [diff] [blame] | 364 | allocated block in the library are tracked. The prologue then cleans up the |
Daniel Veillard | 6dbcaf8 | 2002-02-20 14:37:47 +0000 | [diff] [blame] | 365 | library state and checks that all allocated memory has been freed. If not it |
| 366 | calls dumpMemory() which saves that list in a <code>.memdump</code> file.</p> |
| 367 | <p><a href="bugs.html">Daniel Veillard</a></p> |
| 368 | </td></tr></table></td></tr></table></td></tr></table></td> |
| 369 | </tr></table></td></tr></table> |
| 370 | </body> |
| 371 | </html> |