From f13e1ed19c0df67a738be2b581a547a0d5cc3d39 Mon Sep 17 00:00:00 2001
From: Daniel Veillard
Date: Mon, 6 Mar 2000 07:41:49 +0000
Subject: [PATCH] Updated docs, Daniel.
---
ChangeLog | 4 ++
doc/upgrade.html | 6 +-
doc/xml.html | 179 ++++++++++++++++++++++++++---------------------
3 files changed, 106 insertions(+), 83 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 38c5a2a7..48297e31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Mar 6 09:34:52 CET 2000 Daniel Veillard
+
+ * doc/xml.html, doc/update.html: updated docs, 1.8.7
+
Sat Mar 4 16:14:42 CET 2000 Daniel Veillard
* doc/* : rebuilt the docs
diff --git a/doc/upgrade.html b/doc/upgrade.html
index ce13befa..6a0a787c 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -3,7 +3,7 @@
Upgrading libxml client code from 1.x to 2.x
-
+
@@ -38,7 +38,7 @@ mail:
(probablility of having "childs" anywere else is close to 0+
The document don't have anymore a root element it has
been replaced by children and usually you will get a list
- of element here. Áor example a Dtd element for the internal subset and
+ of element here. For example a Dtd element for the internal subset and
it's declaration may be found in that list, as well as processing
instructions or comments found before or after the document root element.
Use xmlDocGetRootElement(doc) to get the root element of
@@ -77,6 +77,6 @@ upgrade, it may cost a lot on the long term ...
Daniel Veillard
-$Id$
+$Id: upgrade.html,v 1.1 2000/03/04 11:39:43 veillard Exp $