Daniel Veillard | 43d3f61 | 2001-11-10 11:57:23 +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"> |
Daniel Veillard | 3e6d237 | 2000-03-04 11:39:43 +0000 | [diff] [blame] | 2 | <html> |
| 3 | <head> |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 4 | <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> |
| 5 | <style type="text/css"><!-- |
Daniel Veillard | 2c748c6 | 2002-01-16 15:37:50 +0000 | [diff] [blame] | 6 | TD {font-size: 14pt; font-family: Verdana,Arial,Helvetica} |
| 7 | BODY {font-size: 14pt; font-family: Verdana,Arial,Helvetica; margin-top: 2em; margin-left: 0em; margin-right: 0em} |
| 8 | H1 {font-size: 20pt; font-family: Verdana,Arial,Helvetica} |
| 9 | H2 {font-size: 18pt; font-family: Verdana,Arial,Helvetica} |
| 10 | H3 {font-size: 16pt; font-family: Verdana,Arial,Helvetica} |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 11 | A:link, A:visited, A:active { text-decoration: underline } |
| 12 | --></style> |
| 13 | <title>Upgrading 1.x code</title> |
Daniel Veillard | 3e6d237 | 2000-03-04 11:39:43 +0000 | [diff] [blame] | 14 | </head> |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 15 | <body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000"> |
| 16 | <table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr> |
| 17 | <td width="180"> |
| 18 | <a href="http://www.gnome.org/"><img src="smallfootonly.gif" alt="Gnome 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> |
| 19 | </td> |
| 20 | <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"> |
| 21 | <h1>The XML C library for Gnome</h1> |
| 22 | <h2>Upgrading 1.x code</h2> |
| 23 | </td></tr></table></td></tr></table></td> |
| 24 | </tr></table> |
| 25 | <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> |
| 26 | <td valign="top" width="200" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td> |
| 27 | <table width="100%" border="0" cellspacing="1" cellpadding="3"> |
| 28 | <tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Main Menu</b></center></td></tr> |
Daniel Veillard | 8acca11 | 2002-01-21 09:52:27 +0000 | [diff] [blame^] | 29 | <tr><td bgcolor="#fffacd"><ul> |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 30 | <li><a href="index.html">Home</a></li> |
| 31 | <li><a href="intro.html">Introduction</a></li> |
| 32 | <li><a href="FAQ.html">FAQ</a></li> |
| 33 | <li><a href="docs.html">Documentation</a></li> |
| 34 | <li><a href="bugs.html">Reporting bugs and getting help</a></li> |
| 35 | <li><a href="help.html">How to help</a></li> |
| 36 | <li><a href="downloads.html">Downloads</a></li> |
| 37 | <li><a href="news.html">News</a></li> |
Daniel Veillard | 7b602b4 | 2002-01-08 13:26:00 +0000 | [diff] [blame] | 38 | <li><a href="XMLinfo.html">XML</a></li> |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 39 | <li><a href="XSLT.html">XSLT</a></li> |
| 40 | <li><a href="architecture.html">libxml architecture</a></li> |
| 41 | <li><a href="tree.html">The tree output</a></li> |
| 42 | <li><a href="interface.html">The SAX interface</a></li> |
| 43 | <li><a href="xmldtd.html">Validation & DTDs</a></li> |
| 44 | <li><a href="xmlmem.html">Memory Management</a></li> |
| 45 | <li><a href="encoding.html">Encodings support</a></li> |
| 46 | <li><a href="xmlio.html">I/O Interfaces</a></li> |
| 47 | <li><a href="catalog.html">Catalog support</a></li> |
| 48 | <li><a href="library.html">The parser interfaces</a></li> |
| 49 | <li><a href="entities.html">Entities or no entities</a></li> |
| 50 | <li><a href="namespaces.html">Namespaces</a></li> |
| 51 | <li><a href="upgrade.html">Upgrading 1.x code</a></li> |
Daniel Veillard | 52dcab3 | 2001-10-30 12:51:17 +0000 | [diff] [blame] | 52 | <li><a href="threads.html">Thread safety</a></li> |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 53 | <li><a href="DOM.html">DOM Principles</a></li> |
| 54 | <li><a href="example.html">A real example</a></li> |
| 55 | <li><a href="contribs.html">Contributions</a></li> |
| 56 | <li> |
| 57 | <a href="xml.html">flat page</a>, <a href="site.xsl">stylesheet</a> |
| 58 | </li> |
| 59 | </ul></td></tr> |
| 60 | </table> |
| 61 | <table width="100%" border="0" cellspacing="1" cellpadding="3"> |
| 62 | <tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Related links</b></center></td></tr> |
Daniel Veillard | 8acca11 | 2002-01-21 09:52:27 +0000 | [diff] [blame^] | 63 | <tr><td bgcolor="#fffacd"><ul> |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 64 | <li><a href="http://mail.gnome.org/archives/xml/">Mail archive</a></li> |
| 65 | <li><a href="http://xmlsoft.org/XSLT/">XSLT libxslt</a></li> |
Daniel Veillard | 4a85920 | 2002-01-08 11:49:22 +0000 | [diff] [blame] | 66 | <li><a href="http://phd.cs.unibo.it/gdome2/">DOM gdome2</a></li> |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 67 | <li><a href="ftp://xmlsoft.org/">FTP</a></li> |
| 68 | <li><a href="http://www.fh-frankfurt.de/~igor/projects/libxml/">Windows binaries</a></li> |
Daniel Veillard | db9dfd9 | 2001-11-26 17:25:02 +0000 | [diff] [blame] | 69 | <li><a href="http://garypennington.net/libxml2/">Solaris binaries</a></li> |
Daniel Veillard | c6271d2 | 2001-10-27 07:50:58 +0000 | [diff] [blame] | 70 | <li><a href="http://bugzilla.gnome.org/buglist.cgi?product=libxml">Bug Tracker</a></li> |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 71 | </ul></td></tr> |
| 72 | </table> |
| 73 | </td></tr></table></td> |
| 74 | <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"> |
| 75 | <p>Incompatible changes:</p> |
Daniel Veillard | 3e6d237 | 2000-03-04 11:39:43 +0000 | [diff] [blame] | 76 | <p>Version 2 of libxml is the first version introducing serious backward |
| 77 | incompatible changes. The main goals were:</p> |
| 78 | <ul> |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 79 | <li>a general cleanup. A number of mistakes inherited from the very early |
Daniel Veillard | 585b4ea | 2001-10-24 07:26:23 +0000 | [diff] [blame] | 80 | versions couldn't be changed due to compatibility constraints. Example |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 81 | the "childs" element in the nodes.</li> |
| 82 | <li>Uniformization of the various nodes, at least for their header and link |
Daniel Veillard | 3e6d237 | 2000-03-04 11:39:43 +0000 | [diff] [blame] | 83 | parts (doc, parent, children, prev, next), the goal is a simpler |
| 84 | programming model and simplifying the task of the DOM implementors.</li> |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 85 | <li>better conformances to the XML specification, for example version 1.x |
Daniel Veillard | 3e6d237 | 2000-03-04 11:39:43 +0000 | [diff] [blame] | 86 | had an heuristic to try to detect ignorable white spaces. As a result the |
| 87 | SAX event generated were ignorableWhitespace() while the spec requires |
| 88 | character() in that case. This also mean that a number of DOM node |
| 89 | containing blank text may populate the DOM tree which were not present |
| 90 | before.</li> |
| 91 | </ul> |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 92 | <h3>How to fix libxml-1.x code:</h3> |
Daniel Veillard | 3e6d237 | 2000-03-04 11:39:43 +0000 | [diff] [blame] | 93 | <p>So client code of libxml designed to run with version 1.x may have to be |
| 94 | changed to compile against version 2.x of libxml. Here is a list of changes |
| 95 | that I have collected, they may not be sufficient, so in case you find other |
| 96 | change which are required, <a href="mailto:Daniel.Ïeillardw3.org">drop me a |
| 97 | mail</a>:</p> |
| 98 | <ol> |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 99 | <li>The package name have changed from libxml to libxml2, the library name |
Daniel Veillard | 480363b | 2001-03-16 22:04:15 +0000 | [diff] [blame] | 100 | is now -lxml2 . There is a new xml2-config script which should be used to |
| 101 | select the right parameters libxml2</li> |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 102 | <li>Node <strong>childs</strong> field has been renamed |
Daniel Veillard | 3e6d237 | 2000-03-04 11:39:43 +0000 | [diff] [blame] | 103 | <strong>children</strong> so s/childs/children/g should be applied |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 104 | (probablility of having "childs" anywere else is close to 0+</li> |
| 105 | <li>The document don't have anymore a <strong>root</strong> element it has |
Daniel Veillard | 585b4ea | 2001-10-24 07:26:23 +0000 | [diff] [blame] | 106 | been replaced by <strong>children</strong> and usually you will get a |
| 107 | list of element here. For example a Dtd element for the internal subset |
| 108 | and it's declaration may be found in that list, as well as processing |
Daniel Veillard | 3e6d237 | 2000-03-04 11:39:43 +0000 | [diff] [blame] | 109 | instructions or comments found before or after the document root element. |
| 110 | Use <strong>xmlDocGetRootElement(doc)</strong> to get the root element of |
| 111 | a document. Alternatively if you are sure to not reference Dtds nor have |
Daniel Veillard | 480363b | 2001-03-16 22:04:15 +0000 | [diff] [blame] | 112 | PIs or comments before or after the root element |
| 113 | s/->root/->children/g will probably do it.</li> |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 114 | <li>The white space issue, this one is more complex, unless special case of |
Daniel Veillard | 3e6d237 | 2000-03-04 11:39:43 +0000 | [diff] [blame] | 115 | validating parsing, the line breaks and spaces usually used for indenting |
| 116 | and formatting the document content becomes significant. So they are |
| 117 | reported by SAX and if your using the DOM tree, corresponding nodes are |
| 118 | generated. Too approach can be taken: |
| 119 | <ol> |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 120 | <li>lazy one, use the compatibility call |
Daniel Veillard | 3e6d237 | 2000-03-04 11:39:43 +0000 | [diff] [blame] | 121 | <strong>xmlKeepBlanksDefault(0)</strong> but be aware that you are |
Daniel Veillard | 585b4ea | 2001-10-24 07:26:23 +0000 | [diff] [blame] | 122 | relying on a special (and possibly broken) set of heuristics of |
| 123 | libxml to detect ignorable blanks. Don't complain if it breaks or |
| 124 | make your application not 100% clean w.r.t. to it's input.</li> |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 125 | <li>the Right Way: change you code to accept possibly unsignificant |
Daniel Veillard | 3e6d237 | 2000-03-04 11:39:43 +0000 | [diff] [blame] | 126 | blanks characters, or have your tree populated with weird blank text |
| 127 | nodes. You can spot them using the comodity function |
| 128 | <strong>xmlIsBlankNode(node)</strong> returning 1 for such blank |
| 129 | nodes.</li> |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 130 | </ol> |
| 131 | <p>Note also that with the new default the output functions don't add any |
Daniel Veillard | 3e6d237 | 2000-03-04 11:39:43 +0000 | [diff] [blame] | 132 | extra indentation when saving a tree in order to be able to round trip |
| 133 | (read and save) without inflating the document with extra formatting |
| 134 | chars.</p> |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 135 | </li> |
| 136 | <li>The include path has changed to $prefix/libxml/ and the includes |
Daniel Veillard | 361d845 | 2000-04-03 19:48:13 +0000 | [diff] [blame] | 137 | themselves uses this new prefix in includes instructions... If you are |
Daniel Veillard | 5e873c4 | 2000-04-12 13:27:38 +0000 | [diff] [blame] | 138 | using (as expected) the |
Daniel Veillard | 480363b | 2001-03-16 22:04:15 +0000 | [diff] [blame] | 139 | <pre>xml2-config --cflags</pre> |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 140 | <p>output to generate you compile commands this will probably work out of |
Daniel Veillard | 361d845 | 2000-04-03 19:48:13 +0000 | [diff] [blame] | 141 | the box</p> |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 142 | </li> |
| 143 | <li>xmlDetectCharEncoding takes an extra argument indicating the lenght in |
Daniel Veillard | 585b4ea | 2001-10-24 07:26:23 +0000 | [diff] [blame] | 144 | byte of the head of the document available for character detection.</li> |
Daniel Veillard | 3e6d237 | 2000-03-04 11:39:43 +0000 | [diff] [blame] | 145 | </ol> |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 146 | <h3>Ensuring both libxml-1.x and libxml-2.x compatibility</h3> |
Daniel Veillard | 480363b | 2001-03-16 22:04:15 +0000 | [diff] [blame] | 147 | <p>Two new version of libxml (1.8.11) and libxml2 (2.3.4) have been released |
| 148 | to allow smoth upgrade of existing libxml v1code while retaining |
| 149 | compatibility. They offers the following:</p> |
Daniel Veillard | f302982 | 2000-05-06 08:11:19 +0000 | [diff] [blame] | 150 | <ol> |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 151 | <li>similar include naming, one should use |
Daniel Veillard | 480363b | 2001-03-16 22:04:15 +0000 | [diff] [blame] | 152 | <strong>#include<libxml/...></strong> in both cases.</li> |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 153 | <li>similar identifiers defined via macros for the child and root fields: |
Daniel Veillard | c230410 | 2000-06-29 00:43:27 +0000 | [diff] [blame] | 154 | respectively <strong>xmlChildrenNode</strong> and |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 155 | <strong>xmlRootNode</strong> |
| 156 | </li> |
| 157 | <li>a new macro <strong>LIBXML_TEST_VERSION</strong> which should be |
Daniel Veillard | c230410 | 2000-06-29 00:43:27 +0000 | [diff] [blame] | 158 | inserted once in the client code</li> |
Daniel Veillard | f302982 | 2000-05-06 08:11:19 +0000 | [diff] [blame] | 159 | </ol> |
Daniel Veillard | c230410 | 2000-06-29 00:43:27 +0000 | [diff] [blame] | 160 | <p>So the roadmap to upgrade your existing libxml applications is the |
| 161 | following:</p> |
| 162 | <ol> |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 163 | <li>install the libxml-1.8.8 (and libxml-devel-1.8.8) packages</li> |
| 164 | <li>find all occurences where the xmlDoc <strong>root</strong> field is |
| 165 | used and change it to <strong>xmlRootNode</strong> |
| 166 | </li> |
| 167 | <li>similary find all occurences where the xmlNode <strong>childs</strong> |
| 168 | field is used and change it to <strong>xmlChildrenNode</strong> |
| 169 | </li> |
| 170 | <li>add a <strong>LIBXML_TEST_VERSION</strong> macro somewhere in your |
Daniel Veillard | c230410 | 2000-06-29 00:43:27 +0000 | [diff] [blame] | 171 | <strong>main()</strong> or in the library init entry point</li> |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 172 | <li>Recompile, check compatibility, it should still work</li> |
| 173 | <li>Change your configure script to look first for xml2-config and fallback |
Daniel Veillard | 480363b | 2001-03-16 22:04:15 +0000 | [diff] [blame] | 174 | using xml-config . Use the --cflags and --libs ouptut of the command as |
| 175 | the Include and Linking parameters needed to use libxml.</li> |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 176 | <li>install libxml2-2.3.x and libxml2-devel-2.3.x (libxml-1.8.y and |
Daniel Veillard | 480363b | 2001-03-16 22:04:15 +0000 | [diff] [blame] | 177 | libxml-devel-1.8.y can be kept simultaneously)</li> |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 178 | <li>remove your config.cache, relaunch your configuration mechanism, and |
Daniel Veillard | c230410 | 2000-06-29 00:43:27 +0000 | [diff] [blame] | 179 | recompile, if steps 2 and 3 were done right it should compile as-is</li> |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 180 | <li>Test that your application is still running correctly, if not this may |
Daniel Veillard | c230410 | 2000-06-29 00:43:27 +0000 | [diff] [blame] | 181 | be due to extra empty nodes due to formating spaces being kept in libxml2 |
| 182 | contrary to libxml1, in that case insert xmlKeepBlanksDefault(1) in your |
| 183 | code before calling the parser (next to |
| 184 | <strong>LIBXML_TEST_VERSION</strong> is a fine place).</li> |
| 185 | </ol> |
Daniel Veillard | d83eb82 | 2000-06-30 18:39:56 +0000 | [diff] [blame] | 186 | <p>Following those steps should work. It worked for some of my own code.</p> |
Daniel Veillard | 3e6d237 | 2000-03-04 11:39:43 +0000 | [diff] [blame] | 187 | <p>Let me put some emphasis on the fact that there is far more changes from |
Daniel Veillard | f302982 | 2000-05-06 08:11:19 +0000 | [diff] [blame] | 188 | libxml 1.x to 2.x than the ones you may have to patch for. The overall code |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 189 | has been considerably cleaned up and the conformance to the XML specification |
| 190 | has been drastically improved too. Don't take those changes as an excuse to |
| 191 | not upgrade, it may cost a lot on the long term ...</p> |
Daniel Veillard | c5d6434 | 2001-06-24 12:13:24 +0000 | [diff] [blame] | 192 | <p><a href="mailto:daniel@veillard.com">Daniel Veillard</a></p> |
Daniel Veillard | b8cfbd1 | 2001-10-25 10:53:28 +0000 | [diff] [blame] | 193 | </td></tr></table></td></tr></table></td></tr></table></td> |
| 194 | </tr></table></td></tr></table> |
Daniel Veillard | 3e6d237 | 2000-03-04 11:39:43 +0000 | [diff] [blame] | 195 | </body> |
| 196 | </html> |