From: Norman Walsh Date: Thu, 21 Apr 2005 11:01:21 +0000 (+0000) Subject: Allow floatstyle on table and informaltable X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4855409f22e88a36d05b6d93cd30f2146da181e7;p=docbook-dsssl Allow floatstyle on table and informaltable --- diff --git a/docbook/relaxng/docbook/src/calstbl.rnc b/docbook/relaxng/docbook/src/calstbl.rnc index 7bd8f815d..4bc85c845 100644 --- a/docbook/relaxng/docbook/src/calstbl.rnc +++ b/docbook/relaxng/docbook/src/calstbl.rnc @@ -574,6 +574,7 @@ div { & db.common.attributes & db.common.linking.attributes & db.tabstyle.attribute? + & db.floatstyle.attribute? & db.orient.attribute? & db.colsep.attribute? & db.rowsep.attribute? @@ -633,6 +634,7 @@ div { & db.common.attributes & db.common.linking.attributes & db.tabstyle.attribute? + & db.floatstyle.attribute? & db.orient.attribute? & db.colsep.attribute? & db.rowsep.attribute?