From: Norman Walsh Date: Wed, 5 Jan 2005 12:23:00 +0000 (+0000) Subject: Added rowheader attribute to table/informaltable X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a6e9596fc698c0cece89c7ad0ddeef61623640c;p=docbook-dsssl Added rowheader attribute to table/informaltable --- diff --git a/docbook/relaxng/src/calstbl.rnc b/docbook/relaxng/src/calstbl.rnc index 4a91a65eb..94c3bbba4 100644 --- a/docbook/relaxng/src/calstbl.rnc +++ b/docbook/relaxng/src/calstbl.rnc @@ -379,6 +379,7 @@ div { & db.rowsep.attribute? & attribute frame { "all" | "bottom" | "none" | "sides" | "top" | "topbot" }? & attribute pgwide { "0" | "1" }? + & attribute rowheader { "firstcol" | "norowheader" }? db.cals.table.info = db._info.title.onlyreq @@ -411,6 +412,7 @@ div { & db.rowsep.attribute? & attribute frame { "all" | "bottom" | "none" | "sides" | "top" | "topbot" }? & attribute pgwide { "0" | "1" }? + & attribute rowheader { "firstcol" | "norowheader" }? db.cals.informaltable.info = db._info.title.forbidden