mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-28 23:14:57 +03:00
*doc/FAQ.html fixing typos in FAQ, thanks to Robert Funnell for the
Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net> *doc/FAQ.html fixing typos in FAQ, thanks to Robert Funnell for the editing help
This commit is contained in:
committed by
John Fleck
parent
fc59c09da0
commit
a63f3ffbf6
@@ -1,3 +1,9 @@
|
||||
Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
|
||||
|
||||
*doc/FAQ.html
|
||||
fixing typos in FAQ, thanks to Robert Funnell for the
|
||||
editing help
|
||||
|
||||
Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* NEWS: got complaints from rpmlint that it was empty
|
||||
|
||||
12
doc/FAQ.html
12
doc/FAQ.html
@@ -165,7 +165,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<ol>
|
||||
<li>
|
||||
<em>What is the process to compile libxml ?</em>
|
||||
<p>As most UNIX libraries libxml follows the "standard":</p>
|
||||
<p>As do most UNIX libraries libxml follows the "standard":</p>
|
||||
<p><code>gunzip -c xxx.tar.gz | tar xvf -</code></p>
|
||||
<p><code>cd libxml-xxxx</code></p>
|
||||
<p><code>./configure --help</code></p>
|
||||
@@ -178,7 +178,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</li>
|
||||
<li>
|
||||
<em>What other libraries are needed to compile/install libxml ?</em>
|
||||
<p>Libxml does not requires any other library, the normal C ANSI API
|
||||
<p>Libxml does not require any other library, the normal C ANSI API
|
||||
should be sufficient (please report any violation to this rule you may
|
||||
find).</p>
|
||||
<p>However if found at configuration time libxml will detect and use the
|
||||
@@ -186,7 +186,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<ul>
|
||||
<li>
|
||||
<a href="http://www.info-zip.org/pub/infozip/zlib/">libz</a> : a
|
||||
highly portable and available widely compression library</li>
|
||||
highly portable and widely available compression library</li>
|
||||
<li>iconv: a powerful character encoding conversion library. It's
|
||||
included by default on recent glibc libraries, so it doesn't need to
|
||||
be installed specifically on Linux. It seems it's now <a href="http://www.opennc.org/onlinepubs/7908799/xsh/iconv.html">part
|
||||
@@ -231,7 +231,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
content <strong>modifying the content of your document in the
|
||||
process</strong>. The result may not be what you expect. There is
|
||||
<strong>NO</strong> way to guarantee that such a modification won't
|
||||
impact other part of the content of your document. See <a href="http://xmlsoft.org/html/libxml-parser.html#XMLKEEPBLANKSDEFAULT">xmlKeepBlanksDefault
|
||||
impact other parts of the content of your document. See <a href="http://xmlsoft.org/html/libxml-parser.html#XMLKEEPBLANKSDEFAULT">xmlKeepBlanksDefault
|
||||
()</a> and <a href="http://xmlsoft.org/html/libxml-tree.html#XMLSAVEFORMATFILE">xmlSaveFormatFile
|
||||
()</a>
|
||||
</li>
|
||||
@@ -319,7 +319,7 @@ pnode=pxmlDoc->children->children;</pre>
|
||||
<p>libxml is written in pure C in order to allow easy reuse on a number
|
||||
of platforms, including embedded systems. I don't intend to convert to
|
||||
C++.</p>
|
||||
<p>There is however a few C++ wrappers which may fulfill your needs:</p>
|
||||
<p>There are, however, a few C++ wrappers which may fulfill your needs:</p>
|
||||
<ul>
|
||||
<li>by Ari Johnson <ari@btigate.com>:
|
||||
<p>Website: <a href="http://lusis.org/~ari/xml%2B%2B/">http://lusis.org/~ari/xml++/</a>
|
||||
@@ -335,7 +335,7 @@ pnode=pxmlDoc->children->children;</pre>
|
||||
</li>
|
||||
<li>How to validate a document a posteriori ?
|
||||
<p>It is possible to validate documents which had not been validated at
|
||||
initial parsing time or documents who have been built from scratch using
|
||||
initial parsing time or documents which have been built from scratch using
|
||||
the API. Use the <a href="http://xmlsoft.org/html/libxml-valid.html#XMLVALIDATEDTD">xmlValidateDtd()</a>
|
||||
function. It is also possible to simply add a DTD to an existing
|
||||
document:</p>
|
||||
|
||||
Reference in New Issue
Block a user