The conversion to HTML creates proper XHTML.
[xmldoc.git] / doc / intro.xml
index 5dc1c92..77e3a81 100644 (file)
@@ -5,7 +5,7 @@
 <!--
       XML documentation system
       Original author :  Arjen Baart - arjen@andromeda.nl
-      Version         : $Revision: 1.2 $
+      Version         : $Revision: 1.3 $
 -->
 
 <chapter>
@@ -62,11 +62,13 @@ All you need to do is create your XML source document and use one of these
 scripts to transform the document an another format.
 For example, to transform this guide into a LaTeX document, you could
 use:
+</para>
 
 <verbatim>
    xml2latex guide.xml >guide.tex
 </verbatim>
 
+<para>
 Note that the transformed document is written to standard output.
 </para>
 </section>