blob: cc6e668890841764790ecf30de0baace57be8f5b [file] [log] [blame]
Daniel Veillard43d3f612001-11-10 11:57:23 +00001<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
Daniel Veillard3e6d2372000-03-04 11:39:43 +00002<html>
3<head>
Daniel Veillard7216cfd2002-11-08 15:10:00 +00004<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
Daniel Veillardc332dab2002-03-29 14:08:27 +00005<link rel="SHORTCUT ICON" href="/favicon.ico">
Daniel Veillardb8cfbd12001-10-25 10:53:28 +00006<style type="text/css"><!--
Daniel Veillard373a4752002-02-21 14:46:29 +00007TD {font-family: Verdana,Arial,Helvetica}
8BODY {font-family: Verdana,Arial,Helvetica; margin-top: 2em; margin-left: 0em; margin-right: 0em}
9H1 {font-family: Verdana,Arial,Helvetica}
10H2 {font-family: Verdana,Arial,Helvetica}
11H3 {font-family: Verdana,Arial,Helvetica}
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000012A:link, A:visited, A:active { text-decoration: underline }
13--></style>
14<title>Upgrading 1.x code</title>
Daniel Veillard3e6d2372000-03-04 11:39:43 +000015</head>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000016<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 Veillard8f40f1e2002-08-28 21:18:45 +000019<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 Veillardb8cfbd12001-10-25 10:53:28 +000020</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>Upgrading 1.x code</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>
Daniel Veillard4a603e42003-01-11 14:18:53 +000030<tr><td bgcolor="#fffacd">
31<form action="search.php" enctype="application/x-www-form-urlencoded" method="GET">
32<input name="query" type="TEXT" size="20" value=""><input name="submit" type="submit" value="Search ...">
33</form>
34<ul>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000035<li><a href="index.html">Home</a></li>
36<li><a href="intro.html">Introduction</a></li>
37<li><a href="FAQ.html">FAQ</a></li>
38<li><a href="docs.html">Documentation</a></li>
39<li><a href="bugs.html">Reporting bugs and getting help</a></li>
40<li><a href="help.html">How to help</a></li>
41<li><a href="downloads.html">Downloads</a></li>
42<li><a href="news.html">News</a></li>
Daniel Veillard7b602b42002-01-08 13:26:00 +000043<li><a href="XMLinfo.html">XML</a></li>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000044<li><a href="XSLT.html">XSLT</a></li>
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000045<li><a href="python.html">Python and bindings</a></li>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000046<li><a href="architecture.html">libxml architecture</a></li>
47<li><a href="tree.html">The tree output</a></li>
48<li><a href="interface.html">The SAX interface</a></li>
49<li><a href="xmldtd.html">Validation &amp; DTDs</a></li>
50<li><a href="xmlmem.html">Memory Management</a></li>
51<li><a href="encoding.html">Encodings support</a></li>
52<li><a href="xmlio.html">I/O Interfaces</a></li>
53<li><a href="catalog.html">Catalog support</a></li>
54<li><a href="library.html">The parser interfaces</a></li>
55<li><a href="entities.html">Entities or no entities</a></li>
56<li><a href="namespaces.html">Namespaces</a></li>
57<li><a href="upgrade.html">Upgrading 1.x code</a></li>
Daniel Veillard52dcab32001-10-30 12:51:17 +000058<li><a href="threads.html">Thread safety</a></li>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000059<li><a href="DOM.html">DOM Principles</a></li>
60<li><a href="example.html">A real example</a></li>
61<li><a href="contribs.html">Contributions</a></li>
Daniel Veillard7b4b2f92003-01-06 13:11:20 +000062<li><a href="xmlreader.html">The Reader Interface</a></li>
Daniel Veillardfc59c092002-06-05 14:48:26 +000063<li><a href="tutorial/index.html">Tutorial</a></li>
Daniel Veillard7b4b2f92003-01-06 13:11:20 +000064<li><a href="guidelines.html">XML Guidelines</a></li>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000065<li>
66<a href="xml.html">flat page</a>, <a href="site.xsl">stylesheet</a>
67</li>
Daniel Veillard5ede35e2002-10-01 11:37:35 +000068</ul>
69</td></tr>
Daniel Veillard3bf65be2002-01-23 12:36:34 +000070</table>
71<table width="100%" border="0" cellspacing="1" cellpadding="3">
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000072<tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Related links</b></center></td></tr>
Daniel Veillard8acca112002-01-21 09:52:27 +000073<tr><td bgcolor="#fffacd"><ul>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000074<li><a href="http://mail.gnome.org/archives/xml/">Mail archive</a></li>
75<li><a href="http://xmlsoft.org/XSLT/">XSLT libxslt</a></li>
Daniel Veillard4a859202002-01-08 11:49:22 +000076<li><a href="http://phd.cs.unibo.it/gdome2/">DOM gdome2</a></li>
Daniel Veillard2d347fa2002-03-17 10:34:11 +000077<li><a href="http://www.aleksey.com/xmlsec/">XML-DSig xmlsec</a></li>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000078<li><a href="ftp://xmlsoft.org/">FTP</a></li>
Daniel Veillardc84f8b52002-12-19 22:12:47 +000079<li><a href="http://www.zlatkovic.com/projects/libxml/">Windows binaries</a></li>
Daniel Veillarddb9dfd92001-11-26 17:25:02 +000080<li><a href="http://garypennington.net/libxml2/">Solaris binaries</a></li>
Daniel Veillardcb7543b2002-09-09 10:54:06 +000081<li><a href="http://www.zveno.com/open_source/libxml2xslt.html">MacOsX binaries</a></li>
Daniel Veillarde6d8e202002-05-02 06:11:10 +000082<li><a href="http://sourceforge.net/projects/libxml2-pas/">Pascal bindings</a></li>
Daniel Veillard2d347fa2002-03-17 10:34:11 +000083<li><a href="http://bugzilla.gnome.org/buglist.cgi?product=libxml&amp;product=libxml2">Bug Tracker</a></li>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000084</ul></td></tr>
85</table>
Daniel Veillard4a603e42003-01-11 14:18:53 +000086<table width="100%" border="0" cellspacing="1" cellpadding="3">
87<tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>API Indexes</b></center></td></tr>
88<tr><td bgcolor="#fffacd"><ul>
89<li><a href="APIchunk0.html">Alphabetic</a></li>
90<li><a href="APIconstructors.html">Constructors</a></li>
91<li><a href="APIfunctions.html">Functions/Types</a></li>
92<li><a href="APIfiles.html">Modules</a></li>
93<li><a href="APIsymbols.html">Symbols</a></li>
94</ul></td></tr>
95</table>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000096</td></tr></table></td>
97<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">
98<p>Incompatible changes:</p>
Daniel Veillard3e6d2372000-03-04 11:39:43 +000099<p>Version 2 of libxml is the first version introducing serious backward
100incompatible changes. The main goals were:</p>
101<ul>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000102<li>a general cleanup. A number of mistakes inherited from the very early
Daniel Veillard585b4ea2001-10-24 07:26:23 +0000103 versions couldn't be changed due to compatibility constraints. Example
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000104 the &quot;childs&quot; element in the nodes.</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000105 <li>Uniformization of the various nodes, at least for their header and link
Daniel Veillard3e6d2372000-03-04 11:39:43 +0000106 parts (doc, parent, children, prev, next), the goal is a simpler
107 programming model and simplifying the task of the DOM implementors.</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000108 <li>better conformances to the XML specification, for example version 1.x
Daniel Veillard3e6d2372000-03-04 11:39:43 +0000109 had an heuristic to try to detect ignorable white spaces. As a result the
110 SAX event generated were ignorableWhitespace() while the spec requires
111 character() in that case. This also mean that a number of DOM node
112 containing blank text may populate the DOM tree which were not present
113 before.</li>
114</ul>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000115<h3>How to fix libxml-1.x code:</h3>
Daniel Veillard3e6d2372000-03-04 11:39:43 +0000116<p>So client code of libxml designed to run with version 1.x may have to be
117changed to compile against version 2.x of libxml. Here is a list of changes
118that I have collected, they may not be sufficient, so in case you find other
Daniel Veillard0b28e882002-07-24 23:47:05 +0000119change which are required, <a href="mailto:Daniel.%C3%8Feillardw3.org">drop me a
Daniel Veillard3e6d2372000-03-04 11:39:43 +0000120mail</a>:</p>
121<ol>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000122<li>The package name have changed from libxml to libxml2, the library name
Daniel Veillard480363b2001-03-16 22:04:15 +0000123 is now -lxml2 . There is a new xml2-config script which should be used to
124 select the right parameters libxml2</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000125 <li>Node <strong>childs</strong> field has been renamed
Daniel Veillard3e6d2372000-03-04 11:39:43 +0000126 <strong>children</strong> so s/childs/children/g should be applied
Daniel Veillard63d83142002-05-20 06:51:05 +0000127 (probability of having &quot;childs&quot; anywhere else is close to 0+</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000128 <li>The document don't have anymore a <strong>root</strong> element it has
Daniel Veillard585b4ea2001-10-24 07:26:23 +0000129 been replaced by <strong>children</strong> and usually you will get a
130 list of element here. For example a Dtd element for the internal subset
131 and it's declaration may be found in that list, as well as processing
Daniel Veillard3e6d2372000-03-04 11:39:43 +0000132 instructions or comments found before or after the document root element.
133 Use <strong>xmlDocGetRootElement(doc)</strong> to get the root element of
Daniel Veillard63d83142002-05-20 06:51:05 +0000134 a document. Alternatively if you are sure to not reference DTDs nor have
Daniel Veillard480363b2001-03-16 22:04:15 +0000135 PIs or comments before or after the root element
136 s/-&gt;root/-&gt;children/g will probably do it.</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000137 <li>The white space issue, this one is more complex, unless special case of
Daniel Veillard3e6d2372000-03-04 11:39:43 +0000138 validating parsing, the line breaks and spaces usually used for indenting
139 and formatting the document content becomes significant. So they are
140 reported by SAX and if your using the DOM tree, corresponding nodes are
141 generated. Too approach can be taken:
142 <ol>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000143<li>lazy one, use the compatibility call
Daniel Veillard3e6d2372000-03-04 11:39:43 +0000144 <strong>xmlKeepBlanksDefault(0)</strong> but be aware that you are
Daniel Veillard585b4ea2001-10-24 07:26:23 +0000145 relying on a special (and possibly broken) set of heuristics of
146 libxml to detect ignorable blanks. Don't complain if it breaks or
147 make your application not 100% clean w.r.t. to it's input.</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000148 <li>the Right Way: change you code to accept possibly insignificant
Daniel Veillard3e6d2372000-03-04 11:39:43 +0000149 blanks characters, or have your tree populated with weird blank text
Daniel Veillard63d83142002-05-20 06:51:05 +0000150 nodes. You can spot them using the commodity function
Daniel Veillard3e6d2372000-03-04 11:39:43 +0000151 <strong>xmlIsBlankNode(node)</strong> returning 1 for such blank
152 nodes.</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000153 </ol>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000154<p>Note also that with the new default the output functions don't add any
Daniel Veillard3e6d2372000-03-04 11:39:43 +0000155 extra indentation when saving a tree in order to be able to round trip
156 (read and save) without inflating the document with extra formatting
157 chars.</p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000158 </li>
159 <li>The include path has changed to $prefix/libxml/ and the includes
Daniel Veillard361d8452000-04-03 19:48:13 +0000160 themselves uses this new prefix in includes instructions... If you are
Daniel Veillard5e873c42000-04-12 13:27:38 +0000161 using (as expected) the
Daniel Veillard480363b2001-03-16 22:04:15 +0000162 <pre>xml2-config --cflags</pre>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000163 <p>output to generate you compile commands this will probably work out of
Daniel Veillard361d8452000-04-03 19:48:13 +0000164 the box</p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000165 </li>
166 <li>xmlDetectCharEncoding takes an extra argument indicating the length in
Daniel Veillard585b4ea2001-10-24 07:26:23 +0000167 byte of the head of the document available for character detection.</li>
Daniel Veillard3e6d2372000-03-04 11:39:43 +0000168</ol>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000169<h3>Ensuring both libxml-1.x and libxml-2.x compatibility</h3>
Daniel Veillard480363b2001-03-16 22:04:15 +0000170<p>Two new version of libxml (1.8.11) and libxml2 (2.3.4) have been released
Daniel Veillard63d83142002-05-20 06:51:05 +0000171to allow smooth upgrade of existing libxml v1code while retaining
Daniel Veillard480363b2001-03-16 22:04:15 +0000172compatibility. They offers the following:</p>
Daniel Veillardf3029822000-05-06 08:11:19 +0000173<ol>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000174<li>similar include naming, one should use
Daniel Veillard480363b2001-03-16 22:04:15 +0000175 <strong>#include&lt;libxml/...&gt;</strong> in both cases.</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000176 <li>similar identifiers defined via macros for the child and root fields:
Daniel Veillardc2304102000-06-29 00:43:27 +0000177 respectively <strong>xmlChildrenNode</strong> and
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000178 <strong>xmlRootNode</strong>
179</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000180 <li>a new macro <strong>LIBXML_TEST_VERSION</strong> which should be
Daniel Veillardc2304102000-06-29 00:43:27 +0000181 inserted once in the client code</li>
Daniel Veillardf3029822000-05-06 08:11:19 +0000182</ol>
Daniel Veillardc2304102000-06-29 00:43:27 +0000183<p>So the roadmap to upgrade your existing libxml applications is the
184following:</p>
185<ol>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000186<li>install the libxml-1.8.8 (and libxml-devel-1.8.8) packages</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000187 <li>find all occurrences where the xmlDoc <strong>root</strong> field is
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000188 used and change it to <strong>xmlRootNode</strong>
189</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000190 <li>similarly find all occurrences where the xmlNode
Daniel Veillardc0801af2002-05-28 16:28:42 +0000191 <strong>childs</strong> field is used and change it to
192 <strong>xmlChildrenNode</strong>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000193</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000194 <li>add a <strong>LIBXML_TEST_VERSION</strong> macro somewhere in your
Daniel Veillardc2304102000-06-29 00:43:27 +0000195 <strong>main()</strong> or in the library init entry point</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000196 <li>Recompile, check compatibility, it should still work</li>
197 <li>Change your configure script to look first for xml2-config and fall
Daniel Veillardc0801af2002-05-28 16:28:42 +0000198 back using xml-config . Use the --cflags and --libs output of the command
199 as the Include and Linking parameters needed to use libxml.</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000200 <li>install libxml2-2.3.x and libxml2-devel-2.3.x (libxml-1.8.y and
Daniel Veillard480363b2001-03-16 22:04:15 +0000201 libxml-devel-1.8.y can be kept simultaneously)</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000202 <li>remove your config.cache, relaunch your configuration mechanism, and
Daniel Veillardc2304102000-06-29 00:43:27 +0000203 recompile, if steps 2 and 3 were done right it should compile as-is</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000204 <li>Test that your application is still running correctly, if not this may
Daniel Veillardc2304102000-06-29 00:43:27 +0000205 be due to extra empty nodes due to formating spaces being kept in libxml2
206 contrary to libxml1, in that case insert xmlKeepBlanksDefault(1) in your
207 code before calling the parser (next to
208 <strong>LIBXML_TEST_VERSION</strong> is a fine place).</li>
209</ol>
Daniel Veillardd83eb822000-06-30 18:39:56 +0000210<p>Following those steps should work. It worked for some of my own code.</p>
Daniel Veillard3e6d2372000-03-04 11:39:43 +0000211<p>Let me put some emphasis on the fact that there is far more changes from
Daniel Veillardf3029822000-05-06 08:11:19 +0000212libxml 1.x to 2.x than the ones you may have to patch for. The overall code
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000213has been considerably cleaned up and the conformance to the XML specification
214has been drastically improved too. Don't take those changes as an excuse to
215not upgrade, it may cost a lot on the long term ...</p>
Daniel Veillard3f4c40f2002-02-13 09:19:28 +0000216<p><a href="bugs.html">Daniel Veillard</a></p>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000217</td></tr></table></td></tr></table></td></tr></table></td>
218</tr></table></td></tr></table>
Daniel Veillard3e6d2372000-03-04 11:39:43 +0000219</body>
220</html>