]> granicus.if.org Git - docbook-dsssl/commit
Add support for some format properties on tables using
authorBob Stayton <bobs@sagehill.net>
Wed, 1 Apr 2009 08:47:55 +0000 (08:47 +0000)
committerBob Stayton <bobs@sagehill.net>
Wed, 1 Apr 2009 08:47:55 +0000 (08:47 +0000)
commit76c2cbbe1b989711b1491a8217276128f26e3659
tree76b61d2b095074d7562bbdd90a0592bc32583a76
parent93d4c8f95bf251e78fc21ea45b4de507e9efa1d2
Add support for some format properties on tables using
HTML table markup.  These include:
  - frame attribute on table (or uses $default.table.frame parameter).
  - rules attribute on table (or uses $default.table.rules parameter).
  - align attribute on td and th
  - valign attribute on td and th
  - colspan on td and th
  - rowspan on td and th
  - bgcolor on td and th
xsl/common/table.xsl
xsl/fo/htmltbl.xsl
xsl/fo/param.ent
xsl/fo/param.xweb
xsl/fo/table.xsl