The conversion to HTML creates proper XHTML.
[xmldoc.git] / doc / overall.xml
index 22ac06c..a22f323 100644 (file)
@@ -5,7 +5,7 @@
 <!--
       XML documentation system
       Original author :  Arjen Baart - arjen@andromeda.nl
-      Version         : $Revision: 1.2 $
+      Version         : $Revision: 1.3 $
 -->
 
 
@@ -119,6 +119,7 @@ After the opening tag of the first chapter, the document really begins.
 The structure of the document is layed out by its chapters, sections
 within the chapters, subsections within the sections and so on.
 Just as in LaTeX and HTML, there are six levels of sectioning elements available:
+</para>
 <enumerate>
 <item><code>chapter</code>: For top-level chapters.</item>
 <item><code>section</code>: For second-level sections, i.e. 1.1, 1.2, 1.3
@@ -130,6 +131,7 @@ Just as in LaTeX and HTML, there are six levels of sectioning elements available
 <item><code>paragraph</code>: The fifth-level sections</item>
 <item><code>subparagraph</code>: The sixth and final level.</item>
 </enumerate>
+<para>
 Note that the names are equivalent to their counterparts in LaTeX.
 </para>
 
@@ -155,12 +157,12 @@ You can use a 'normal' CSS stylesheet with the HTML output from
 <strong>xml2html</strong>, by using the <strong>style</strong> attribute
 in the <strong>doc</strong> element.
 Here is an example:
+</para>
 <verbatim>
 
 &lt;doc style="main.css"&gt;
 
 </verbatim>
-</para>
 </section>
 </chapter>