mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
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
This commit is contained in:
@ -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 }
|
||||
--></style>
|
||||
<title>A real example</title>
|
||||
</head>
|
||||
@ -27,8 +28,8 @@ H3 {font-size: 12pt; font-family: Verdana,Arial,Helvetica}
|
||||
<tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Main Menu</b></center></td></tr>
|
||||
<tr><td bgcolor="#fffacd"><ul style="margin-left: -2pt">
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="FAQ.html">FAQ</a></li>
|
||||
<li><a href="intro.html">Introduction</a></li>
|
||||
<li><a href="FAQ.html">FAQ</a></li>
|
||||
<li><a href="docs.html">Documentation</a></li>
|
||||
<li><a href="bugs.html">Reporting bugs and getting help</a></li>
|
||||
<li><a href="help.html">How to help</a></li>
|
||||
@ -36,21 +37,21 @@ H3 {font-size: 12pt; font-family: Verdana,Arial,Helvetica}
|
||||
<li><a href="news.html">News</a></li>
|
||||
<li><a href="XML.html">XML</a></li>
|
||||
<li><a href="XSLT.html">XSLT</a></li>
|
||||
<li><a href="architecture.html">An overview of libxml architecture</a></li>
|
||||
<li><a href="architecture.html">libxml architecture</a></li>
|
||||
<li><a href="tree.html">The tree output</a></li>
|
||||
<li><a href="interface.html">The SAX interface</a></li>
|
||||
<li><a href="library.html">The XML library interfaces</a></li>
|
||||
<li><a href="xmldtd.html">Validation & DTDs</a></li>
|
||||
<li><a href="xmlmem.html">Memory Management</a></li>
|
||||
<li><a href="encoding.html">Encodings support</a></li>
|
||||
<li><a href="xmlio.html">I/O Interfaces</a></li>
|
||||
<li><a href="catalog.html">Catalog support</a></li>
|
||||
<li><a href="library.html">The parser interfaces</a></li>
|
||||
<li><a href="entities.html">Entities or no entities</a></li>
|
||||
<li><a href="namespaces.html">Namespaces</a></li>
|
||||
<li><a href="valid.html">Validation, or are you afraid of DTDs ?</a></li>
|
||||
<li><a href="upgrade.html">Upgrading 1.x code</a></li>
|
||||
<li><a href="DOM.html">DOM Principles</a></li>
|
||||
<li><a href="example.html">A real example</a></li>
|
||||
<li><a href="contribs.html">Contributions</a></li>
|
||||
<li><a href="encoding.html">Encodings support</a></li>
|
||||
<li><a href="catalog.html">Catalogs support</a></li>
|
||||
<li><a href="xmlio.html">I/O interfaces</a></li>
|
||||
<li><a href="xmlmem.html">Memory interfaces</a></li>
|
||||
<li><a href="xmldtd.html">DTD support</a></li>
|
||||
<li>
|
||||
<a href="xml.html">flat page</a>, <a href="site.xsl">stylesheet</a>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user