mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-23 18:29:14 +08:00
Fixed 2 broken links, Daniel.
This commit is contained in:
parent
306be999e9
commit
32c3ad9316
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user