]> granicus.if.org Git - docbook-dsssl/commitdiff
Retab, better description of what we're looking for, remove old jade
authorAdam Di Carlo <adicarlo@users.sourceforge.net>
Sun, 27 Apr 2003 05:20:52 +0000 (05:20 +0000)
committerAdam Di Carlo <adicarlo@users.sourceforge.net>
Sun, 27 Apr 2003 05:20:52 +0000 (05:20 +0000)
warning note.

testdocs/tests/informaltable.015.xml

index 6d28a580acf422763d48f5705f72f1a769cbca88..c41f7e65672f5d1533314608f39a8f08f7c6d373 100644 (file)
 </author>
 </articleinfo>
 
-  <para>Two column table, but entries only in one column.</para>
+  <para>
+Three column table, but entries only in one column.  Last column
+should expand to fill entire horizontal space.</para>
 
-<informaltable id="informaltable" pgwide="1">
-        <tgroup cols="3" colsep="1" rowsep="1" align="left">
-          <colspec colname="cat" colwidth="2in"/>
-          <colspec colname="issue" colwidth="2in"/>
-          <colspec colname="response" colwidth="4in*"/>
-          <thead>
-            <row>
-              <entry>Category</entry>
-              <entry>System Considerations, Issues</entry>
-              <entry>Notes</entry>
-            </row>
-          </thead>
-          <tbody>
-            <row>
-              <entry>General Company Information</entry>
-            </row>
-            <row>
-              <entry>Company Financials</entry>
-            </row>
+  <informaltable id="informaltable" pgwide="1">
+    <tgroup cols="3" colsep="1" rowsep="1" align="left">
+      <colspec colname="cat" colwidth="2in"/>
+      <colspec colname="issue" colwidth="2in"/>
+      <colspec colname="response" colwidth="4in*"/>
+      <thead>
+        <row>
+          <entry>Category</entry>
+          <entry>System Considerations, Issues</entry>
+          <entry>Notes</entry>
+        </row>
+      </thead>
+      <tbody>
+        <row>
+          <entry>General Company Information</entry>
+        </row>
+        <row>
+          <entry>Company Financials</entry>
+        </row>
       </tbody>
     </tgroup>
   </informaltable>
-  <para>
-    As of DocBook DSSSL V1.77, this caused this error:
-<computeroutput>jade:../html/dbtable.dsl:122:44:E: division by zero</computeroutput>
-  </para>
 </article>