From b8cfbd12680cbd28c9eaafea2642b8f1cbd52a48 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Thu, 25 Oct 2001 10:53:28 +0000 Subject: [PATCH] Finished reintegrating the docs and unifying the look, may still need a couple of pointers but looks fine now. valid.html si now merged in xmldtd.html. Overall cleanup, Daniel --- doc/DOM.html | 19 +- doc/FAQ.html | 416 ++++++----- doc/Makefile.am | 2 +- doc/XML.html | 19 +- doc/XSLT.html | 19 +- doc/architecture.html | 23 +- doc/bugs.html | 19 +- doc/catalog.html | 395 +++++----- doc/contribs.html | 25 +- doc/docs.html | 19 +- doc/downloads.html | 19 +- doc/encoding.html | 321 +++++---- doc/entities.html | 19 +- doc/example.html | 19 +- doc/help.html | 19 +- doc/index.html | 29 +- doc/interface.html | 19 +- doc/intro.html | 19 +- doc/library.html | 23 +- doc/namespaces.html | 19 +- doc/news.html | 19 +- doc/site.xsl | 181 ++--- doc/tree.html | 19 +- doc/upgrade.html | 172 +++-- doc/valid.html | 108 --- doc/xml.html | 1604 +++++++++++++++++++++++++++++++++++++++-- doc/xmldtd.html | 264 ++++--- doc/xmlio.html | 202 +++--- doc/xmlmem.html | 245 ++++--- 29 files changed, 2966 insertions(+), 1310 deletions(-) delete mode 100644 doc/valid.html diff --git a/doc/DOM.html b/doc/DOM.html index 93471ed8..d8fe1665 100644 --- a/doc/DOM.html +++ b/doc/DOM.html @@ -8,6 +8,7 @@ BODY {font-size: 10pt; font-family: Verdana,Arial,Helvetica; margin-top: 5pt; ma H1 {font-size: 16pt; font-family: Verdana,Arial,Helvetica} H2 {font-size: 14pt; font-family: Verdana,Arial,Helvetica} H3 {font-size: 12pt; font-family: Verdana,Arial,Helvetica} +A:link, A:visited, A:active { text-decoration: underline } --> DOM Principles @@ -27,8 +28,8 @@ H3 {font-size: 12pt; font-family: Verdana,Arial,Helvetica}
Main Menu