diff --git a/doc/xml.html b/doc/xml.html
index 966f8eb1..16118cf0 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -78,7 +78,7 @@ building tag-based structured documents/data.
There are some on-line resources about using libxml:
- Check the FAQ
- - Check the extensive
+
- Check the extensive
documentation automatically extracted from code comments.
- This page provides a global overview and some
examples on how to use libxml.
@@ -141,10 +141,10 @@ about Docbook), but it's a good starting point.
href="ftp://rpmfind.net/pub/libxml/">rpmfind.net or on the Gnome FTP server either
as a source
-archive or RPM
+archive or RPM
packages. (NOTE that you need both the libxml and libxml-devel
+href="http://rpmfind.net/linux/RPM/libxml2.html">libxml(2) and libxml(2)-devel
packages installed to compile applications using libxml.)
Snapshot:
@@ -388,12 +388,12 @@ for really accurate description
1.7.0: sep 23 1999
- Added the ability to fetch remote DTD or parsed entities, see the nanohttp module.
+ href="html/gnome-xml-nanohttp.html">nanohttp module.
- Added an errno to report errors by another mean than a simple printf
like callback
- Finished ID/IDREF support and checking when validation
- Serious memory leaks fixed (there is now a memory wrapper module)
+ href="html/gnome-xml-xmlmemory.html">memory wrapper module)
- Improvement of XPath
implementation
- Added an HTML parser front-end
@@ -557,8 +557,8 @@ required, but as a separate set of documents. The interfaces of the XML
library are by principle low level, there is nearly zero abstraction. Those
interested in a higher level API should look at DOM.
-The parser interfaces for XML are
-separated from the HTML parser
+The parser interfaces for XML are
+separated from the HTML parser
interfaces. Let's have a look at how the XML parser can be called:
@@ -658,7 +658,7 @@ that produces the XML document used in the previous examples:
-Basically by including "tree.h" your code
+
Basically by including "tree.h" your code
has access to the internal structure of all the elements of the tree. The
names should be somewhat simple like parent,
childs, next, prev,
@@ -680,7 +680,7 @@ element which is not the document Root Element, a function
Functions are provided for reading and writing the document content. Here
-is an excerpt from the tree API:
+is an excerpt from the tree API:
xmlAttrPtr xmlSetProp(xmlNodePtr node, const xmlChar *name, const
xmlChar *value);
@@ -800,7 +800,7 @@ content to be able to save the document back without losing this usually
precious information (if the user went through the pain of explicitly defining
entities, he may have a a rather negative attitude if you blindly susbtitute
them as saving time). The xmlSubstituteEntitiesDefault()
+href="html/gnome-xml-parser.html#XMLSUBSTITUTEENTITIESDEFAULT">xmlSubstituteEntitiesDefault()
function allows you to check and change the behaviour, which is to not
substitute entities by default.
@@ -1182,6 +1182,6 @@ Gnome CVS base under gnome-xml/example
Daniel Veillard
-$Id: xml.html,v 1.36 2000/07/02 07:56:37 veillard Exp $
+$Id: xml.html,v 1.37 2000/07/03 11:41:26 veillard Exp $