blob: 6201fe6a2a7c09bf97c94ad1aadcd52d5a4b9393 [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 Veillardaf743792000-07-01 11:49:28 +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>FAQ</title>
Daniel Veillardaf743792000-07-01 11:49:28 +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>FAQ</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">
Daniel Veillard0b28e882002-07-24 23:47:05 +000098<p>Table of Contents:</p>
Daniel Veillardaf743792000-07-01 11:49:28 +000099<ul>
Daniel Veillard63d83142002-05-20 06:51:05 +0000100<li><a href="FAQ.html#License">License(s)</a></li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000101 <li><a href="FAQ.html#Installati">Installation</a></li>
102 <li><a href="FAQ.html#Compilatio">Compilation</a></li>
103 <li><a href="FAQ.html#Developer">Developer corner</a></li>
Daniel Veillardaf743792000-07-01 11:49:28 +0000104</ul>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000105<h3>
Daniel Veillard63d83142002-05-20 06:51:05 +0000106<a name="License">License</a>(s)</h3>
Daniel Veillardaf743792000-07-01 11:49:28 +0000107<ol>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000108<li>
109<em>Licensing Terms for libxml</em>
Daniel Veillardc575b992002-02-08 13:28:40 +0000110 <p>libxml is released under the <a href="http://www.opensource.org/licenses/mit-license.html">MIT
Daniel Veillard0b28e882002-07-24 23:47:05 +0000111 License</a>; see the file Copyright in the distribution for the precise
Daniel Veillardc575b992002-02-08 13:28:40 +0000112 wording</p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000113 </li>
114 <li>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000115<em>Can I embed libxml in a proprietary application ?</em>
Daniel Veillard42766c02002-08-22 20:52:17 +0000116 <p>Yes. The MIT License allows you to keep proprietary the changes you
117 made to libxml, but it would be graceful to send-back bug fixes and
118 improvements as patches for possible incorporation in the main
Daniel Veillard0b28e882002-07-24 23:47:05 +0000119 development tree.</p>
120 </li>
Daniel Veillardaf743792000-07-01 11:49:28 +0000121</ol>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000122<h3><a name="Installati">Installation</a></h3>
Daniel Veillardaf743792000-07-01 11:49:28 +0000123<ol>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000124<li>Unless you are forced to because your application links with a Gnome
Daniel Veillarde0c1d722001-03-21 10:28:36 +0000125 library requiring it, <strong><span style="background-color: #FF0000">Do
126 Not Use libxml1</span></strong>, use libxml2</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000127 <li>
Daniel Veillardaf43f632002-03-08 15:05:20 +0000128<em>Where can I get libxml</em> ?
Daniel Veillardb7c29c32002-09-25 22:44:43 +0000129 <p>The original distribution comes from <a href="ftp://rpmfind.net/pub/libxml/">rpmfind.net</a> or <a href="ftp://ftp.gnome.org/pub/GNOME/sources/libxml2/2.4/">gnome.org</a>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000130</p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000131 <p>Most Linux and BSD distributions include libxml, this is probably the
132 safer way for end-users to use libxml.</p>
133 <p>David Doolin provides precompiled Windows versions at <a href="http://www.ce.berkeley.edu/~doolin/code/libxmlwin32/%20%20%20%20%20%20%20%20%20">http://www.ce.berkeley.edu/~doolin/code/libxmlwin32/</a>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000134</p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000135 </li>
136 <li>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000137<em>I see libxml and libxml2 releases, which one should I install ?</em>
Daniel Veillardaf743792000-07-01 11:49:28 +0000138 <ul>
Daniel Veillard42766c02002-08-22 20:52:17 +0000139<li>If you are not constrained by backward compatibility issues with
140 existing applications, install libxml2 only</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000141 <li>If you are not doing development, you can safely install both.
142 Usually the packages <a href="http://rpmfind.net/linux/RPM/libxml.html">libxml</a> and <a href="http://rpmfind.net/linux/RPM/libxml2.html">libxml2</a> are
143 compatible (this is not the case for development packages).</li>
144 <li>If you are a developer and your system provides separate packaging
Daniel Veillard008186f2001-09-13 14:24:44 +0000145 for shared libraries and the development components, it is possible
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000146 to install libxml and libxml2, and also <a href="http://rpmfind.net/linux/RPM/libxml-devel.html">libxml-devel</a>
147 and <a href="http://rpmfind.net/linux/RPM/libxml2-devel.html">libxml2-devel</a>
Daniel Veillard480363b2001-03-16 22:04:15 +0000148 too for libxml2 &gt;= 2.3.0</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000149 <li>If you are developing a new application, please develop against
Daniel Veillardaf743792000-07-01 11:49:28 +0000150 libxml2(-devel)</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000151 </ul>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000152</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000153 <li>
154<em>I can't install the libxml package, it conflicts with libxml0</em>
Daniel Veillardaf743792000-07-01 11:49:28 +0000155 <p>You probably have an old libxml0 package used to provide the shared
Daniel Veillard42766c02002-08-22 20:52:17 +0000156 library for libxml.so.0, you can probably safely remove it. The libxml
157 packages provided on <a href="ftp://rpmfind.net/pub/libxml/">rpmfind.net</a> provide
Daniel Veillardaf743792000-07-01 11:49:28 +0000158 libxml.so.0</p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000159 </li>
160 <li>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000161<em>I can't install the libxml(2) RPM package due to failed
Daniel Veillard63d83142002-05-20 06:51:05 +0000162 dependencies</em>
163 <p>The most generic solution is to re-fetch the latest src.rpm , and
Daniel Veillardc654d602001-05-01 12:42:26 +0000164 rebuild it locally with</p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000165 <p>
166<code>rpm --rebuild libxml(2)-xxx.src.rpm</code>.</p>
Daniel Veillard42766c02002-08-22 20:52:17 +0000167 <p>If everything goes well it will generate two binary rpm packages (one
168 providing the shared libs and xmllint, and the other one, the -devel
169 package, providing includes, static libraries and scripts needed to build
Daniel Veillardc654d602001-05-01 12:42:26 +0000170 applications with libxml(2)) that you can install locally.</p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000171 </li>
Daniel Veillardaf743792000-07-01 11:49:28 +0000172</ol>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000173<h3><a name="Compilatio">Compilation</a></h3>
Daniel Veillardaf743792000-07-01 11:49:28 +0000174<ol>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000175<li>
176<em>What is the process to compile libxml ?</em>
Daniel Veillard21473672002-06-17 07:29:22 +0000177 <p>As most UNIX libraries libxml follows the &quot;standard&quot;:</p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000178 <p><code>gunzip -c xxx.tar.gz | tar xvf -</code></p>
179 <p><code>cd libxml-xxxx</code></p>
180 <p><code>./configure --help</code></p>
181 <p>to see the options, then the compilation/installation proper</p>
182 <p><code>./configure [possible options]</code></p>
183 <p><code>make</code></p>
184 <p><code>make install</code></p>
185 <p>At that point you may have to rerun ldconfig or a similar utility to
Daniel Veillardaf743792000-07-01 11:49:28 +0000186 update your list of installed shared libs.</p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000187 </li>
188 <li>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000189<em>What other libraries are needed to compile/install libxml ?</em>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000190 <p>Libxml does not require any other library, the normal C ANSI API
Daniel Veillardaf743792000-07-01 11:49:28 +0000191 should be sufficient (please report any violation to this rule you may
192 find).</p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000193 <p>However if found at configuration time libxml will detect and use the
Daniel Veillardaf743792000-07-01 11:49:28 +0000194 following libs:</p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000195 <ul>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000196<li>
Daniel Veillardaf43f632002-03-08 15:05:20 +0000197<a href="http://www.info-zip.org/pub/infozip/zlib/">libz</a> : a
Daniel Veillard0b28e882002-07-24 23:47:05 +0000198 highly portable and available widely compression library.</li>
199 <li>iconv: a powerful character encoding conversion library. It is
200 included by default in recent glibc libraries, so it doesn't need to
201 be installed specifically on Linux. It now seems a <a href="http://www.opennc.org/onlinepubs/7908799/xsh/iconv.html">part
Daniel Veillarddad3f682002-11-17 16:47:27 +0000202 of the official UNIX</a> specification. Here is one <a href="http://www.gnu.org/software/libiconv/">implementation of the
203 library</a> which source can be found <a href="ftp://ftp.ilog.fr/pub/Users/haible/gnu/">here</a>.</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000204 </ul>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000205</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000206 <li>
207<em>Make check fails on some platforms</em>
Daniel Veillard42766c02002-08-22 20:52:17 +0000208 <p>Sometimes the regression tests' results don't completely match the
209 value produced by the parser, and the makefile uses diff to print the
210 delta. On some platforms the diff return breaks the compilation process;
211 if the diff is small this is probably not a serious problem.</p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000212 <p>Sometimes (especially on Solaris) make checks fail due to limitations
Daniel Veillarde46182c2002-02-12 14:29:11 +0000213 in make. Try using GNU-make instead.</p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000214 </li>
215 <li>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000216<em>I use the CVS version and there is no configure script</em>
Daniel Veillard42766c02002-08-22 20:52:17 +0000217 <p>The configure script (and other Makefiles) are generated. Use the
218 autogen.sh script to regenerate the configure script and Makefiles,
219 like:</p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000220 <p><code>./autogen.sh --prefix=/usr --disable-shared</code></p>
221 </li>
222 <li>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000223<em>I have troubles when running make tests with gcc-3.0</em>
Daniel Veillard7b06bcb2001-06-22 16:03:51 +0000224 <p>It seems the initial release of gcc-3.0 has a problem with the
225 optimizer which miscompiles the URI module. Please use another
Daniel Veillard0b28e882002-07-24 23:47:05 +0000226 compiler.</p>
227 </li>
Daniel Veillardaf743792000-07-01 11:49:28 +0000228</ol>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000229<h3>
230<a name="Developer">Developer</a> corner</h3>
Daniel Veillardaf743792000-07-01 11:49:28 +0000231<ol>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000232<li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000233<em>xmlDocDump() generates output on one line.</em>
234 <p>Libxml will not <strong>invent</strong> spaces in the content of a
Daniel Veillard008186f2001-09-13 14:24:44 +0000235 document since <strong>all spaces in the content of a document are
236 significant</strong>. If you build a tree from the API and want
237 indentation:</p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000238 <ol>
239<li>the correct way is to generate those yourself too.</li>
240 <li>the dangerous way is to ask libxml to add those blanks to your
Daniel Veillard008186f2001-09-13 14:24:44 +0000241 content <strong>modifying the content of your document in the
242 process</strong>. The result may not be what you expect. There is
243 <strong>NO</strong> way to guarantee that such a modification won't
Daniel Veillard0b28e882002-07-24 23:47:05 +0000244 affect other parts of the content of your document. See <a href="http://xmlsoft.org/html/libxml-parser.html#XMLKEEPBLANKSDEFAULT">xmlKeepBlanksDefault
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000245 ()</a> and <a href="http://xmlsoft.org/html/libxml-tree.html#XMLSAVEFORMATFILE">xmlSaveFormatFile
246 ()</a>
247</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000248 </ol>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000249</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000250 <li>Extra nodes in the document:
Daniel Veillard62bccd52001-02-10 09:40:10 +0000251 <p><em>For a XML file as below:</em></p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000252 <pre>&lt;?xml version=&quot;1.0&quot;?&gt;
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000253&lt;PLAN xmlns=&quot;http://www.argus.ca/autotest/1.0/&quot;&gt;
254&lt;NODE CommFlag=&quot;0&quot;/&gt;
255&lt;NODE CommFlag=&quot;1&quot;/&gt;
Daniel Veillard62bccd52001-02-10 09:40:10 +0000256&lt;/PLAN&gt;</pre>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000257 <p><em>after parsing it with the function
Daniel Veillard480363b2001-03-16 22:04:15 +0000258 pxmlDoc=xmlParseFile(...);</em></p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000259 <p><em>I want to the get the content of the first node (node with the
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000260 CommFlag=&quot;0&quot;)</em></p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000261 <p><em>so I did it as following;</em></p>
262 <pre>xmlNodePtr pnode;
Daniel Veillard62bccd52001-02-10 09:40:10 +0000263pnode=pxmlDoc-&gt;children-&gt;children;</pre>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000264 <p><em>but it does not work. If I change it to</em></p>
265 <pre>pnode=pxmlDoc-&gt;children-&gt;children-&gt;next;</pre>
266 <p><em>then it works. Can someone explain it to me.</em></p>
Daniel Veillard154877e2003-01-30 12:17:05 +0000267 <p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000268 <p>In XML all characters in the content of the document are significant
Daniel Veillard7f41b3e2001-02-10 09:35:37 +0000269 <strong>including blanks and formatting line breaks</strong>.</p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000270 <p>The extra nodes you are wondering about are just that, text nodes with
Daniel Veillard63d83142002-05-20 06:51:05 +0000271 the formatting spaces which are part of the document but that people tend
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000272 to forget. There is a function <a href="http://xmlsoft.org/html/libxml-parser.html">xmlKeepBlanksDefault
Daniel Veillard7f41b3e2001-02-10 09:35:37 +0000273 ()</a> to remove those at parse time, but that's an heuristic, and its
Daniel Veillard0b28e882002-07-24 23:47:05 +0000274 use should be limited to cases where you are certain there is no
Daniel Veillard008186f2001-09-13 14:24:44 +0000275 mixed-content in the document.</p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000276 </li>
277 <li>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000278<em>I get compilation errors of existing code like when accessing
Daniel Veillard0b28e882002-07-24 23:47:05 +0000279 <strong>root</strong> or <strong>child fields</strong> of nodes.</em>
Daniel Veillard3f3b4f32001-03-13 15:12:39 +0000280 <p>You are compiling code developed for libxml version 1 and using a
281 libxml2 development environment. Either switch back to libxml v1 devel or
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000282 even better fix the code to compile with libxml2 (or both) by <a href="upgrade.html">following the instructions</a>.</p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000283 </li>
284 <li>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000285<em>I get compilation errors about non existing
Daniel Veillardaf743792000-07-01 11:49:28 +0000286 <strong>xmlRootNode</strong> or <strong>xmlChildrenNode</strong>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000287 fields.</em>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000288 <p>The source code you are using has been <a href="upgrade.html">upgraded</a> to be able to compile with both libxml
Daniel Veillard008186f2001-09-13 14:24:44 +0000289 and libxml2, but you need to install a more recent version:
290 libxml(-devel) &gt;= 1.8.8 or libxml2(-devel) &gt;= 2.1.0</p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000291 </li>
292 <li>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000293<em>XPath implementation looks seriously broken</em>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000294 <p>XPath implementation prior to 2.3.0 was really incomplete. Upgrade to
295 a recent version, there are no known bugs in the current version.</p>
296 </li>
297 <li>
298<em>The example provided in the web page does not compile.</em>
Daniel Veillardaf743792000-07-01 11:49:28 +0000299 <p>It's hard to maintain the documentation in sync with the code
Daniel Veillarde9202a02000-10-16 16:58:19 +0000300 &lt;grin/&gt; ...</p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000301 <p>Check the previous points 1/ and 2/ raised before, and please send
Daniel Veillardaf743792000-07-01 11:49:28 +0000302 patches.</p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000303 </li>
304 <li>
Daniel Veillard42766c02002-08-22 20:52:17 +0000305<em>Where can I get more examples and information than privoded on the
306 web page?</em>
Daniel Veillardaf743792000-07-01 11:49:28 +0000307 <p>Ideally a libxml book would be nice. I have no such plan ... But you
308 can:</p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000309 <ul>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000310<li>check more deeply the <a href="html/libxml-lib.html">existing
311 generated doc</a>
312</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000313 <li>look for examples of use for libxml function using the Gnome code.
314 For example the following will query the full Gnome CVS base for the
Daniel Veillardaf743792000-07-01 11:49:28 +0000315 use of the <strong>xmlAddChild()</strong> function:
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000316 <p><a href="http://cvs.gnome.org/lxr/search?string=xmlAddChild">http://cvs.gnome.org/lxr/search?string=xmlAddChild</a></p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000317 <p>This may be slow, a large hardware donation to the gnome project
Daniel Veillardaf743792000-07-01 11:49:28 +0000318 could cure this :-)</p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000319 </li>
320 <li>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000321<a href="http://cvs.gnome.org/bonsai/rview.cgi?cvsroot=/cvs/gnome&amp;dir=gnome-xml">Browse
Daniel Veillardaf43f632002-03-08 15:05:20 +0000322 the libxml source</a> , I try to write code as clean and documented
Daniel Veillard42766c02002-08-22 20:52:17 +0000323 as possible, so looking at it may be helpful. In particular the code
324 of xmllint.c and of the various testXXX.c test programs should
325 provide good examples of how to do things with the library.</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000326 </ul>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000327</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000328 <li>What about C++ ?
Daniel Veillard008186f2001-09-13 14:24:44 +0000329 <p>libxml is written in pure C in order to allow easy reuse on a number
330 of platforms, including embedded systems. I don't intend to convert to
Daniel Veillardaf743792000-07-01 11:49:28 +0000331 C++.</p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000332 <p>There are however a few C++ wrappers which may fulfill your needs:</p>
333 <ul>
Daniel Veillard9b6fd302002-05-13 12:06:47 +0000334<li>by Ari Johnson &lt;ari@btigate.com&gt;:
Daniel Veillard0b28e882002-07-24 23:47:05 +0000335 <p>Website: <a href="http://lusis.org/~ari/xml%2B%2B/">http://lusis.org/~ari/xml++/</a>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000336</p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000337 <p>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 Veillardb8cfbd12001-10-25 10:53:28 +0000338</p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000339 </li>
340 <li>by Peter Jones &lt;pjones@pmade.org&gt;
Daniel Veillard9b6fd302002-05-13 12:06:47 +0000341 <p>Website: <a href="http://pmade.org/pjones/software/xmlwrapp/">http://pmade.org/pjones/software/xmlwrapp/</a>
342</p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000343 </li>
344 </ul>
Daniel Veillard9b6fd302002-05-13 12:06:47 +0000345</li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000346 <li>How to validate a document a posteriori ?
Daniel Veillardaf743792000-07-01 11:49:28 +0000347 <p>It is possible to validate documents which had not been validated at
Daniel Veillard42766c02002-08-22 20:52:17 +0000348 initial parsing time or documents which have been built from scratch
349 using the API. Use the <a href="http://xmlsoft.org/html/libxml-valid.html#XMLVALIDATEDTD">xmlValidateDtd()</a>
Daniel Veillard63d83142002-05-20 06:51:05 +0000350 function. It is also possible to simply add a DTD to an existing
Daniel Veillardaf743792000-07-01 11:49:28 +0000351 document:</p>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000352 <pre>xmlDocPtr doc; /* your existing document */
353xmlDtdPtr dtd = xmlParseDTD(NULL, filename_of_dtd); /* parse the DTD */
354
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000355 dtd-&gt;name = xmlStrDup((xmlChar*)&quot;root_name&quot;); /* use the given root */
Daniel Veillardaf743792000-07-01 11:49:28 +0000356
Daniel Veillarde9202a02000-10-16 16:58:19 +0000357 doc-&gt;intSubset = dtd;
358 if (doc-&gt;children == NULL) xmlAddChild((xmlNodePtr)doc, (xmlNodePtr)dtd);
359 else xmlAddPrevSibling(doc-&gt;children, (xmlNodePtr)dtd);
Daniel Veillardaf743792000-07-01 11:49:28 +0000360 </pre>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000361 </li>
Daniel Veillarddad3f682002-11-17 16:47:27 +0000362 <li>So what is this funky &quot;xmlChar&quot; used all the time?
363 <p>It is a null terminated sequence of utf-8 characters. And only utf-8!
364 You need to convert strings encoded in different ways to utf-8 before
365 passing them to the API. This can be accomplished with the iconv library
366 for instance.</p>
John Fleck61f6fb62002-10-31 15:23:29 +0000367 </li>
Daniel Veillard0b28e882002-07-24 23:47:05 +0000368 <li>etc ...</li>
Daniel Veillardaf743792000-07-01 11:49:28 +0000369</ol>
Daniel Veillard154877e2003-01-30 12:17:05 +0000370<p>
Daniel Veillard3f4c40f2002-02-13 09:19:28 +0000371<p><a href="bugs.html">Daniel Veillard</a></p>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000372</td></tr></table></td></tr></table></td></tr></table></td>
373</tr></table></td></tr></table>
Daniel Veillardaf743792000-07-01 11:49:28 +0000374</body>
375</html>