Fixing docbook xml schema errors in the documentation.
[clsql.git] / doc / csql.xml
index 4787898bb3996ec6157698b6604218fb9a0d8c5b..f4944410282822326b347c3652938d440c5f78ab 100644 (file)
@@ -465,24 +465,24 @@ There are other :join-info options available in &clsql;, but we will
 save those till we get to the many-to-many relation examples.
 </para>
 
-
-    <title>Object Oriented Class Relations</title>
-
-<para>
-&clsql; provides an Object Oriented Data Definition Language, which
-provides a mapping from &sql; tables to CLOS objects. By default class
-inheritance is handled by including all the columns from parent
-classes into the child class. This means your database schema becomes
-very much denormalized. The class option <symbol>:normalizedp</symbol>
-can be used to disable the default behaviour and have &clsql;
-normalize the database schemas of inherited classes.
-</para>
-
-<para>
-See <link linkend="def-view-class"><function>def-view-class</function></link>
-for more information.
-</para>
-
+<simplesect>
+  <title>Object Oriented Class Relations</title>
+
+  <para>
+    &clsql; provides an Object Oriented Data Definition Language, which
+    provides a mapping from &sql; tables to CLOS objects. By default class
+    inheritance is handled by including all the columns from parent
+    classes into the child class. This means your database schema becomes
+    very much denormalized. The class option <symbol>:normalizedp</symbol>
+    can be used to disable the default behaviour and have &clsql;
+    normalize the database schemas of inherited classes.
+  </para>
+  
+  <para>
+    See <link linkend="def-view-class"><function>def-view-class</function></link>
+    for more information.
+  </para>
+</simplesect>
 </sect1>
 
 <sect1 id="csql-creat">