blob: 13fd669f70314cf872ea5919aae23adbf4b2659c [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 Veillarde1662542002-08-28 11:50:59 +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 Veillard8acca112002-01-21 09:52:27 +000030<tr><td bgcolor="#fffacd"><ul>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000031<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>
Daniel Veillard7b602b42002-01-08 13:26:00 +000039<li><a href="XMLinfo.html">XML</a></li>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000040<li><a href="XSLT.html">XSLT</a></li>
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000041<li><a href="python.html">Python and bindings</a></li>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000042<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 &amp; 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>
Daniel Veillard52dcab32001-10-30 12:51:17 +000054<li><a href="threads.html">Thread safety</a></li>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000055<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 Veillardfc59c092002-06-05 14:48:26 +000058<li><a href="tutorial/index.html">Tutorial</a></li>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000059<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">
Daniel Veillard3bf65be2002-01-23 12:36:34 +000065<tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>API Indexes</b></center></td></tr>
Daniel Veillard5ede35e2002-10-01 11:37:35 +000066<tr><td bgcolor="#fffacd">
Daniel Veillard595978c2002-10-09 18:46:35 +000067<form action="search.php" enctype="application/x-www-form-urlencoded" method="GET">
Daniel Veillard5ede35e2002-10-01 11:37:35 +000068<input name="query" type="TEXT" size="20" value=""><input name="submit" type="submit" value="Search ...">
69</form>
70<ul>
Daniel Veillardf8592562002-01-23 17:58:17 +000071<li><a href="APIchunk0.html">Alphabetic</a></li>
Daniel Veillard3bf65be2002-01-23 12:36:34 +000072<li><a href="APIconstructors.html">Constructors</a></li>
73<li><a href="APIfunctions.html">Functions/Types</a></li>
74<li><a href="APIfiles.html">Modules</a></li>
75<li><a href="APIsymbols.html">Symbols</a></li>
Daniel Veillard5ede35e2002-10-01 11:37:35 +000076</ul>
77</td></tr>
Daniel Veillard3bf65be2002-01-23 12:36:34 +000078</table>
79<table width="100%" border="0" cellspacing="1" cellpadding="3">
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000080<tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Related links</b></center></td></tr>
Daniel Veillard8acca112002-01-21 09:52:27 +000081<tr><td bgcolor="#fffacd"><ul>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000082<li><a href="http://mail.gnome.org/archives/xml/">Mail archive</a></li>
83<li><a href="http://xmlsoft.org/XSLT/">XSLT libxslt</a></li>
Daniel Veillard4a859202002-01-08 11:49:22 +000084<li><a href="http://phd.cs.unibo.it/gdome2/">DOM gdome2</a></li>
Daniel Veillard2d347fa2002-03-17 10:34:11 +000085<li><a href="http://www.aleksey.com/xmlsec/">XML-DSig xmlsec</a></li>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000086<li><a href="ftp://xmlsoft.org/">FTP</a></li>
87<li><a href="http://www.fh-frankfurt.de/~igor/projects/libxml/">Windows binaries</a></li>
Daniel Veillarddb9dfd92001-11-26 17:25:02 +000088<li><a href="http://garypennington.net/libxml2/">Solaris binaries</a></li>
Daniel Veillardcb7543b2002-09-09 10:54:06 +000089<li><a href="http://www.zveno.com/open_source/libxml2xslt.html">MacOsX binaries</a></li>
Daniel Veillarde6d8e202002-05-02 06:11:10 +000090<li><a href="http://sourceforge.net/projects/libxml2-pas/">Pascal bindings</a></li>
Daniel Veillard2d347fa2002-03-17 10:34:11 +000091<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 +000092</ul></td></tr>
93</table>
94</td></tr></table></td>
95<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">
96<p>Incompatible changes:</p>
Daniel Veillard3e6d2372000-03-04 11:39:43 +000097<p>Version 2 of libxml is the first version introducing serious backward
98incompatible changes. The main goals were:</p>
99<ul>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000100<li>a general cleanup. A number of mistakes inherited from the very early
Daniel Veillard585b4ea2001-10-24 07:26:23 +0000101 versions couldn't be changed due to compatibility constraints. Example
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000102 the &quot;childs&quot; element in the nodes.</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000103 <li>Uniformization of the various nodes, at least for their header and link
Daniel Veillard3e6d2372000-03-04 11:39:43 +0000104 parts (doc, parent, children, prev, next), the goal is a simpler
105 programming model and simplifying the task of the DOM implementors.</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000106 <li>better conformances to the XML specification, for example version 1.x
Daniel Veillard3e6d2372000-03-04 11:39:43 +0000107 had an heuristic to try to detect ignorable white spaces. As a result the
108 SAX event generated were ignorableWhitespace() while the spec requires
109 character() in that case. This also mean that a number of DOM node
110 containing blank text may populate the DOM tree which were not present
111 before.</li>
112</ul>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000113<h3>How to fix libxml-1.x code:</h3>
Daniel Veillard3e6d2372000-03-04 11:39:43 +0000114<p>So client code of libxml designed to run with version 1.x may have to be
115changed to compile against version 2.x of libxml. Here is a list of changes
116that I have collected, they may not be sufficient, so in case you find other
Daniel Veillard0b28e882002-07-24 23:47:05 +0000117change which are required, <a href="mailto:Daniel.%C3%8Feillardw3.org">drop me a
Daniel Veillard3e6d2372000-03-04 11:39:43 +0000118mail</a>:</p>
119<ol>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000120<li>The package name have changed from libxml to libxml2, the library name
Daniel Veillard480363b2001-03-16 22:04:15 +0000121 is now -lxml2 . There is a new xml2-config script which should be used to
122 select the right parameters libxml2</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000123 <li>Node <strong>childs</strong> field has been renamed
Daniel Veillard3e6d2372000-03-04 11:39:43 +0000124 <strong>children</strong> so s/childs/children/g should be applied
Daniel Veillard63d83142002-05-20 06:51:05 +0000125 (probability of having &quot;childs&quot; anywhere else is close to 0+</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000126 <li>The document don't have anymore a <strong>root</strong> element it has
Daniel Veillard585b4ea2001-10-24 07:26:23 +0000127 been replaced by <strong>children</strong> and usually you will get a
128 list of element here. For example a Dtd element for the internal subset
129 and it's declaration may be found in that list, as well as processing
Daniel Veillard3e6d2372000-03-04 11:39:43 +0000130 instructions or comments found before or after the document root element.
131 Use <strong>xmlDocGetRootElement(doc)</strong> to get the root element of
Daniel Veillard63d83142002-05-20 06:51:05 +0000132 a document. Alternatively if you are sure to not reference DTDs nor have
Daniel Veillard480363b2001-03-16 22:04:15 +0000133 PIs or comments before or after the root element
134 s/-&gt;root/-&gt;children/g will probably do it.</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000135 <li>The white space issue, this one is more complex, unless special case of
Daniel Veillard3e6d2372000-03-04 11:39:43 +0000136 validating parsing, the line breaks and spaces usually used for indenting
137 and formatting the document content becomes significant. So they are
138 reported by SAX and if your using the DOM tree, corresponding nodes are
139 generated. Too approach can be taken:
140 <ol>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000141<li>lazy one, use the compatibility call
Daniel Veillard3e6d2372000-03-04 11:39:43 +0000142 <strong>xmlKeepBlanksDefault(0)</strong> but be aware that you are
Daniel Veillard585b4ea2001-10-24 07:26:23 +0000143 relying on a special (and possibly broken) set of heuristics of
144 libxml to detect ignorable blanks. Don't complain if it breaks or
145 make your application not 100% clean w.r.t. to it's input.</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000146 <li>the Right Way: change you code to accept possibly insignificant
Daniel Veillard3e6d2372000-03-04 11:39:43 +0000147 blanks characters, or have your tree populated with weird blank text
Daniel Veillard63d83142002-05-20 06:51:05 +0000148 nodes. You can spot them using the commodity function
Daniel Veillard3e6d2372000-03-04 11:39:43 +0000149 <strong>xmlIsBlankNode(node)</strong> returning 1 for such blank
150 nodes.</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000151 </ol>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000152<p>Note also that with the new default the output functions don't add any
Daniel Veillard3e6d2372000-03-04 11:39:43 +0000153 extra indentation when saving a tree in order to be able to round trip
154 (read and save) without inflating the document with extra formatting
155 chars.</p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000156 </li>
157 <li>The include path has changed to $prefix/libxml/ and the includes
Daniel Veillard361d8452000-04-03 19:48:13 +0000158 themselves uses this new prefix in includes instructions... If you are
Daniel Veillard5e873c42000-04-12 13:27:38 +0000159 using (as expected) the
Daniel Veillard480363b2001-03-16 22:04:15 +0000160 <pre>xml2-config --cflags</pre>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000161 <p>output to generate you compile commands this will probably work out of
Daniel Veillard361d8452000-04-03 19:48:13 +0000162 the box</p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000163 </li>
164 <li>xmlDetectCharEncoding takes an extra argument indicating the length in
Daniel Veillard585b4ea2001-10-24 07:26:23 +0000165 byte of the head of the document available for character detection.</li>
Daniel Veillard3e6d2372000-03-04 11:39:43 +0000166</ol>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000167<h3>Ensuring both libxml-1.x and libxml-2.x compatibility</h3>
Daniel Veillard480363b2001-03-16 22:04:15 +0000168<p>Two new version of libxml (1.8.11) and libxml2 (2.3.4) have been released
Daniel Veillard63d83142002-05-20 06:51:05 +0000169to allow smooth upgrade of existing libxml v1code while retaining
Daniel Veillard480363b2001-03-16 22:04:15 +0000170compatibility. They offers the following:</p>
Daniel Veillardf3029822000-05-06 08:11:19 +0000171<ol>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000172<li>similar include naming, one should use
Daniel Veillard480363b2001-03-16 22:04:15 +0000173 <strong>#include&lt;libxml/...&gt;</strong> in both cases.</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000174 <li>similar identifiers defined via macros for the child and root fields:
Daniel Veillardc2304102000-06-29 00:43:27 +0000175 respectively <strong>xmlChildrenNode</strong> and
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000176 <strong>xmlRootNode</strong>
177</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000178 <li>a new macro <strong>LIBXML_TEST_VERSION</strong> which should be
Daniel Veillardc2304102000-06-29 00:43:27 +0000179 inserted once in the client code</li>
Daniel Veillardf3029822000-05-06 08:11:19 +0000180</ol>
Daniel Veillardc2304102000-06-29 00:43:27 +0000181<p>So the roadmap to upgrade your existing libxml applications is the
182following:</p>
183<ol>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000184<li>install the libxml-1.8.8 (and libxml-devel-1.8.8) packages</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000185 <li>find all occurrences where the xmlDoc <strong>root</strong> field is
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000186 used and change it to <strong>xmlRootNode</strong>
187</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000188 <li>similarly find all occurrences where the xmlNode
Daniel Veillardc0801af2002-05-28 16:28:42 +0000189 <strong>childs</strong> field is used and change it to
190 <strong>xmlChildrenNode</strong>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000191</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000192 <li>add a <strong>LIBXML_TEST_VERSION</strong> macro somewhere in your
Daniel Veillardc2304102000-06-29 00:43:27 +0000193 <strong>main()</strong> or in the library init entry point</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000194 <li>Recompile, check compatibility, it should still work</li>
195 <li>Change your configure script to look first for xml2-config and fall
Daniel Veillardc0801af2002-05-28 16:28:42 +0000196 back using xml-config . Use the --cflags and --libs output of the command
197 as the Include and Linking parameters needed to use libxml.</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000198 <li>install libxml2-2.3.x and libxml2-devel-2.3.x (libxml-1.8.y and
Daniel Veillard480363b2001-03-16 22:04:15 +0000199 libxml-devel-1.8.y can be kept simultaneously)</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000200 <li>remove your config.cache, relaunch your configuration mechanism, and
Daniel Veillardc2304102000-06-29 00:43:27 +0000201 recompile, if steps 2 and 3 were done right it should compile as-is</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000202 <li>Test that your application is still running correctly, if not this may
Daniel Veillardc2304102000-06-29 00:43:27 +0000203 be due to extra empty nodes due to formating spaces being kept in libxml2
204 contrary to libxml1, in that case insert xmlKeepBlanksDefault(1) in your
205 code before calling the parser (next to
206 <strong>LIBXML_TEST_VERSION</strong> is a fine place).</li>
207</ol>
Daniel Veillardd83eb822000-06-30 18:39:56 +0000208<p>Following those steps should work. It worked for some of my own code.</p>
Daniel Veillard3e6d2372000-03-04 11:39:43 +0000209<p>Let me put some emphasis on the fact that there is far more changes from
Daniel Veillardf3029822000-05-06 08:11:19 +0000210libxml 1.x to 2.x than the ones you may have to patch for. The overall code
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000211has been considerably cleaned up and the conformance to the XML specification
212has been drastically improved too. Don't take those changes as an excuse to
213not upgrade, it may cost a lot on the long term ...</p>
Daniel Veillard3f4c40f2002-02-13 09:19:28 +0000214<p><a href="bugs.html">Daniel Veillard</a></p>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000215</td></tr></table></td></tr></table></td></tr></table></td>
216</tr></table></td></tr></table>
Daniel Veillard3e6d2372000-03-04 11:39:43 +0000217</body>
218</html>