Fixing docbook xml schema errors in the documentation.
authorNathan Bird <nathan@acceleration.net>
Tue, 2 Mar 2010 22:02:33 +0000 (17:02 -0500)
committerNathan Bird <nathan@acceleration.net>
Tue, 2 Mar 2010 23:16:45 +0000 (18:16 -0500)
doc/csql.xml
doc/ref-ooddl.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>
 
 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">
 </sect1>
 
 <sect1 id="csql-creat">
index de79f21229028207fef7aaf801129de7eac1740f..03ab9aafafc5b2b6e93ea16c67b98cb749b76b1c 100644 (file)
        this class.
       </para>
 
        this class.
       </para>
 
+      <refsect2>
       <title>Normalized inheritance schemas</title>
       <para>
     Specifying that <symbol>:normalizedp</symbol> is <symbol>T</symbol>
       <title>Normalized inheritance schemas</title>
       <para>
     Specifying that <symbol>:normalizedp</symbol> is <symbol>T</symbol>
@@ -716,7 +717,7 @@ CLSQL> (title test-user)
 CLSQL> (nick test-user)
 "test-user"
       </screen>
 CLSQL> (nick test-user)
 "test-user"
       </screen>
-
+      </refsect2>
     </refsect1>
     <refsect1>
       <title>Examples</title>
     </refsect1>
     <refsect1>
       <title>Examples</title>