From b120ec9b97a88ba89002a9c6f2881220f938c036 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Wed, 27 Aug 2003 23:57:58 +0000 Subject: [PATCH] Rudimentary support for HTML tables --- xsl/fo/docbook.xsl | 1 + xsl/fo/formal.xsl | 20 +++--- xsl/fo/htmltbl.xsl | 175 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 184 insertions(+), 12 deletions(-) create mode 100644 xsl/fo/htmltbl.xsl diff --git a/xsl/fo/docbook.xsl b/xsl/fo/docbook.xsl index cf201c9ed..8af8cc49d 100644 --- a/xsl/fo/docbook.xsl +++ b/xsl/fo/docbook.xsl @@ -41,6 +41,7 @@ + diff --git a/xsl/fo/formal.xsl b/xsl/fo/formal.xsl index 328d2de01..112bee7b2 100644 --- a/xsl/fo/formal.xsl +++ b/xsl/fo/formal.xsl @@ -445,17 +445,18 @@ - Warning: HTML Tables are not supported yet! - - [[[ Stylesheet error: HTML Tables are not supported yet! ]]] - + + + Broken table: tr descendent of CALS Table. + + @@ -612,12 +613,7 @@ - Warning: HTML Tables are not supported yet! - - [[[ Stylesheet error: HTML Tables are not supported yet! ]]] - + diff --git a/xsl/fo/htmltbl.xsl b/xsl/fo/htmltbl.xsl new file mode 100644 index 000000000..bbe87b7a0 --- /dev/null +++ b/xsl/fo/htmltbl.xsl @@ -0,0 +1,175 @@ + + + + + bold + + + + + Broken table: row descendent of HTML table. + + + + + + + + + + + + + + + + + + + 100% + + + + + + + + + + + + + + + + + 100% + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.40.0