aboutsummaryrefslogtreecommitdiffstats
path: root/doc/architecture.html
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-07-24 23:47:05 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-07-24 23:47:05 +0000
commit0b28e88eb9285def35d2f1201a932014b717c3d3 (patch)
treefea29a614b18eef38e86f33dddec52a837f724da /doc/architecture.html
parent8e8a703c767abfd43fdc89794f009a443096236e (diff)
downloadandroid_external_libxml2-0b28e88eb9285def35d2f1201a932014b717c3d3.tar.gz
android_external_libxml2-0b28e88eb9285def35d2f1201a932014b717c3d3.tar.bz2
android_external_libxml2-0b28e88eb9285def35d2f1201a932014b717c3d3.zip
applied syntax patch from Rick Jones and rebuilt the web site. Daniel
* doc/xml.html doc/*.html: applied syntax patch from Rick Jones and rebuilt the web site. Daniel
Diffstat (limited to 'doc/architecture.html')
-rw-r--r--doc/architecture.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/architecture.html b/doc/architecture.html
index 8f8af423..826e4e81 100644
--- a/doc/architecture.html
+++ b/doc/architecture.html
@@ -91,17 +91,17 @@ A:link, A:visited, A:active { text-decoration: underline }
of the block interfaces are public. The main components are:</p>
<ul>
<li>an Input/Output layer</li>
-<li>FTP and HTTP client layers (optional)</li>
-<li>an Internationalization layer managing the encodings support</li>
-<li>a URI module</li>
-<li>the XML parser and its basic SAX interface</li>
-<li>an HTML parser using the same SAX interface (optional)</li>
-<li>a SAX tree module to build an in-memory DOM representation</li>
-<li>a tree module to manipulate the DOM representation</li>
-<li>a validation module using the DOM representation (optional)</li>
-<li>an XPath module for global lookup in a DOM representation
+ <li>FTP and HTTP client layers (optional)</li>
+ <li>an Internationalization layer managing the encodings support</li>
+ <li>a URI module</li>
+ <li>the XML parser and its basic SAX interface</li>
+ <li>an HTML parser using the same SAX interface (optional)</li>
+ <li>a SAX tree module to build an in-memory DOM representation</li>
+ <li>a tree module to manipulate the DOM representation</li>
+ <li>a validation module using the DOM representation (optional)</li>
+ <li>an XPath module for global lookup in a DOM representation
(optional)</li>
-<li>a debug module (optional)</li>
+ <li>a debug module (optional)</li>
</ul>
<p>Graphically this gives the following:</p>
<p><img src="libxml.gif" alt="a graphical view of the various"></p>