From e661ef1dd6b20a334f5c1ecf950711b6ad0a40b7 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Wed, 1 Apr 2009 00:05:10 +0000 Subject: [PATCH] Add support for colspan and rowspan and bgcolor in td and th elements in HTML table markup. --- xsl/fo/htmltbl.xsl | 51 ++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 49 insertions(+), 2 deletions(-) diff --git a/xsl/fo/htmltbl.xsl b/xsl/fo/htmltbl.xsl index 1954d956b..14f0105ba 100644 --- a/xsl/fo/htmltbl.xsl +++ b/xsl/fo/htmltbl.xsl @@ -156,15 +156,38 @@ - + + + + + + + + + + + + + + + + + + + + + + + + @@ -180,15 +203,39 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.50.1