Fixed 2 broken links, Daniel.

This commit is contained in:
Daniel Veillard 2000-07-03 13:04:50 +00:00
parent 306be999e9
commit 32c3ad9316

View File

@ -194,7 +194,7 @@ href="http://xmlsoft.org/messages/">http://xmlsoft.org/messages/</a></p>
<p>Ideally a libxml book would be nice. I have no such plan ... But you
can:</p>
<ul>
<li>check more deeply the <a href="libxml.html">existing generated
<li>check more deeply the <a href="html/libxml-lib.html">existing generated
doc</a></li>
<li>looks for examples of use for libxml function using the Gnome code
for example the following will query the full Gnome CVs base for the
@ -225,7 +225,7 @@ href="http://xmlsoft.org/messages/">http://xmlsoft.org/messages/</a></p>
<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
the API. Use the <a
href="http://xmlsoft.org/gnome-xml-valid.html#XMLVALIDATEDTD">xmlValidateDtd()</a>
href="http://xmlsoft.org/html/gnome-xml-valid.html#XMLVALIDATEDTD">xmlValidateDtd()</a>
function. It is also possible to simply add a Dtd to an existing
document:</p>
<pre>xmlDocPtr doc; /* your existing document */