]> granicus.if.org Git - docbook-dsssl/commitdiff
Make sure floatstyle is on table and informaltable
authorNorman Walsh <ndw@nwalsh.com>
Wed, 21 Jan 2004 16:02:18 +0000 (16:02 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Wed, 21 Jan 2004 16:02:18 +0000 (16:02 +0000)
docbook/xml/dbpoolx.mod
docbook/xml/htmltblx.mod

index fd0278bf4867fb8d15874a35a1e5e57a0490bb97..285e6cf28cf8e57d7b1cbfc5f3107bf889cf3b9a 100644 (file)
@@ -3603,7 +3603,10 @@ in the text (no (0) value, the default)
 
 <![%cals.table.module;[
 <!-- Add label and role attributes to table and informaltable -->
-<!ENTITY % bodyatt "%label.attrib;">
+<!ENTITY % bodyatt "
+               floatstyle      CDATA                   #IMPLIED
+                %label.attrib;"
+>
 
 <!-- Add common attributes to Table, TGroup, TBody, THead, TFoot, Row,
      EntryTbl, and Entry (and InformalTable element). -->
index 2f4bc9736a729e71d7c319a0bda4d5416fd70d39..7779c2c68e655f0363915fdcd8891bcc5cc45682 100644 (file)
 <!ENTITY % tables.role.attrib "%role.attrib;">
 
 <!-- Add label and role attributes to table and informaltable -->
-<!ENTITY % bodyatt "%label.attrib;">
+<!ENTITY % bodyatt "
+               floatstyle      CDATA                   #IMPLIED
+                %label.attrib;"
+>
 
 <!-- Add common attributes to Table, TGroup, TBody, THead, TFoot, Row, 
      EntryTbl, and Entry (and InformalTable element). -->