]> granicus.if.org Git - docbook-dsssl/commitdiff
Allow info inside html tables
authorNorman Walsh <ndw@nwalsh.com>
Thu, 22 Mar 2007 13:01:47 +0000 (13:01 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 22 Mar 2007 13:01:47 +0000 (13:01 +0000)
docbook/relaxng/docbook/src/htmltbl.rnc

index 2ed1ca19510bd2dec1da312052b4698577433b6c..e5db3419d52a2e41df3f88a8f094b0fd55182920 100644 (file)
@@ -237,14 +237,20 @@ db.html.tablecell.attributes =
    ]
    attribute colspan { xsd:nonNegativeInteger }?
 
+db.html.table.info = db._info.title.forbidden
+
 db.html.table.model =
+   db.html.table.info?,
    db.html.caption,
    (db.html.col* | db.html.colgroup*),
    db.html.thead?,
    db.html.tfoot?,
    (db.html.tbody+ | db.html.tr+)
 
+db.html.informaltable.info = db._info.title.forbidden
+
 db.html.informaltable.model =
+   db.html.informaltable.info?,
    (db.html.col* | db.html.colgroup*),
    db.html.thead?,
    db.html.tfoot?,