You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ddlutils-dev@db.apache.org by mv...@apache.org on 2006/01/20 15:56:18 UTC

svn commit: r370839 - /db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/index.xml

Author: mvdb
Date: Fri Jan 20 06:56:16 2006
New Revision: 370839

URL: http://svn.apache.org/viewcvs?rev=370839&view=rev
Log:
Make the model complete, so it's easier to copy & paste from the website .
Thanx Philip Donaghy for pointing to it.

Modified:
    db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/index.xml

Modified: db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/index.xml?rev=370839&r1=370838&r2=370839&view=diff
==============================================================================
--- db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/index.xml (original)
+++ db/ddlutils/trunk/src/doc/src/documentation/content/xdocs/index.xml Fri Jan 20 06:56:16 2006
@@ -39,6 +39,8 @@
         datatypes which are inherently database specific. An example of such a file is:
       </p>
       <source><![CDATA[
+<?xml version="1.0"?>      
+ <database>
   <table name="author">
     <column name="author_id"
             type="INTEGER"
@@ -81,7 +83,9 @@
       <index-column name="isbn"/>
     </index>
 
-  </table>]]></source>
+  </table>
+ </database>]]>
+ </source>
     </section>
     <section id="Learning_more">
       <title>Learning more</title>