- |
DOM stands for the Document
diff --git a/doc/XML.html b/doc/XML.html
index 97fc381b..4d486d50 100644
--- a/doc/XML.html
+++ b/doc/XML.html
@@ -22,7 +22,8 @@ H3 {font-size: 12pt; font-family: Verdana,Arial,Helvetica}
|
|
|
- |
XML is a standard for
diff --git a/doc/XSLT.html b/doc/XSLT.html
index 294384aa..ab9bd57e 100644
--- a/doc/XSLT.html
+++ b/doc/XSLT.html
@@ -22,7 +22,8 @@ H3 {font-size: 12pt; font-family: Verdana,Arial,Helvetica}
|
|
|
- |
Check the separate libxslt page
diff --git a/doc/architecture.html b/doc/architecture.html
index 0a31a4ec..7ffecc53 100644
--- a/doc/architecture.html
+++ b/doc/architecture.html
@@ -22,7 +22,8 @@ H3 {font-size: 12pt; font-family: Verdana,Arial,Helvetica}
|
|
|
- |
Libxml is made of multiple components; some of them are optional, and most
of the block interfaces are public. The main components are:
diff --git a/doc/bugs.html b/doc/bugs.html
index ca7fe707..63130218 100644
--- a/doc/bugs.html
+++ b/doc/bugs.html
@@ -22,7 +22,8 @@ H3 {font-size: 12pt; font-family: Verdana,Arial,Helvetica}
|
|
|
- |
Well, bugs or missing features are always possible, and I will make a
point of fixing them in a timely fashion. The best way to report a bug is to
diff --git a/doc/contribs.html b/doc/contribs.html
index bace2108..f1effaf6 100644
--- a/doc/contribs.html
+++ b/doc/contribs.html
@@ -22,7 +22,8 @@ H3 {font-size: 12pt; font-family: Verdana,Arial,Helvetica}
|
|
|
- |
-
diff --git a/doc/docs.html b/doc/docs.html
index 085cfacd..de067193 100644
--- a/doc/docs.html
+++ b/doc/docs.html
@@ -22,7 +22,8 @@ H3 {font-size: 12pt; font-family: Verdana,Arial,Helvetica}
|
|
|
- |
There are some on-line resources about using libxml:
diff --git a/doc/downloads.html b/doc/downloads.html
index 98e8d8c7..79ee9f9b 100644
--- a/doc/downloads.html
+++ b/doc/downloads.html
@@ -22,7 +22,8 @@ H3 {font-size: 12pt; font-family: Verdana,Arial,Helvetica}
|
|
|
- |
- |
Entities in principle are similar to simple C macros. An entity defines an
abbreviation for a given string that you can reuse many times throughout the
diff --git a/doc/example.html b/doc/example.html
index db361109..14ccaa1c 100644
--- a/doc/example.html
+++ b/doc/example.html
@@ -22,7 +22,8 @@ H3 {font-size: 12pt; font-family: Verdana,Arial,Helvetica}
|
|
|
- |
Here is a real size example, where the actual content of the application
data is not kept in the DOM tree but uses internal structures. It is based on
diff --git a/doc/help.html b/doc/help.html
index 61b98696..2d0fb31e 100644
--- a/doc/help.html
+++ b/doc/help.html
@@ -22,7 +22,8 @@ H3 {font-size: 12pt; font-family: Verdana,Arial,Helvetica}
|
|
|
- |
- |
diff --git a/doc/interface.html b/doc/interface.html
index 6d1a0e66..eba19cbc 100644
--- a/doc/interface.html
+++ b/doc/interface.html
@@ -22,7 +22,8 @@ H3 {font-size: 12pt; font-family: Verdana,Arial,Helvetica}
|
|
|
- |
Sometimes the DOM tree output is just too large to fit reasonably into
memory. In that case (and if you don't expect to save back the XML document
diff --git a/doc/intro.html b/doc/intro.html
index 2a343d3b..6a59c927 100644
--- a/doc/intro.html
+++ b/doc/intro.html
@@ -22,7 +22,8 @@ H3 {font-size: 12pt; font-family: Verdana,Arial,Helvetica}
|
|
|
- |
This document describes libxml, the XML C library developped for the Gnome project. XML is a standard for building tag-based
structured documents/data.
diff --git a/doc/library.html b/doc/library.html
index 289c7f51..fc2dd500 100644
--- a/doc/library.html
+++ b/doc/library.html
@@ -22,7 +22,8 @@ H3 {font-size: 12pt; font-family: Verdana,Arial,Helvetica}
|
|
|
- |
This section is directly intended to help programmers getting bootstrapped
using the XML library from the C language. It is not intended to be
diff --git a/doc/namespaces.html b/doc/namespaces.html
index d975f3fe..52d7d5b2 100644
--- a/doc/namespaces.html
+++ b/doc/namespaces.html
@@ -22,7 +22,8 @@ H3 {font-size: 12pt; font-family: Verdana,Arial,Helvetica}
|
|
|
- |
The libxml library implements XML namespaces support by
recognizing namespace contructs in the input, and does namespace lookup
diff --git a/doc/news.html b/doc/news.html
index a18b8ef1..f5c8bc2c 100644
--- a/doc/news.html
+++ b/doc/news.html
@@ -22,7 +22,8 @@ H3 {font-size: 12pt; font-family: Verdana,Arial,Helvetica}
|
|
|
- |
+
+
+
+
+ Related links
+
+ |
+
+
+
+
+ |
+
+
|
diff --git a/doc/tree.html b/doc/tree.html
index d3f942a8..4af907fc 100644
--- a/doc/tree.html
+++ b/doc/tree.html
@@ -22,7 +22,8 @@ H3 {font-size: 12pt; font-family: Verdana,Arial,Helvetica}
|
|
|
- |
The parser returns a tree built during the document analysis. The value
returned is an xmlDocPtr (i.e., a pointer to an
diff --git a/doc/valid.html b/doc/valid.html
index fc24a4b8..1d61e32e 100644
--- a/doc/valid.html
+++ b/doc/valid.html
@@ -22,7 +22,8 @@ H3 {font-size: 12pt; font-family: Verdana,Arial,Helvetica}
|
|
|
- |
Well what is validation and what is a DTD ?
Validation is the process of checking a document against a set of
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|