From 1f3ca366ba8394abe45b9f8745667b5fb87ad94c Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Sun, 30 Oct 2011 03:42:11 +0000 Subject: [PATCH] Now handles caption in html markup table like title, so formal.object.title is used with all its features, including formatting and placement. Added htmlTable.with.caption template to handle the wrapper, and left htmlTable template unchanged. Now caption template in mode="htmlTable" does nothing, because caption handled by formal.object.title template. --- xsl/html/formal.xsl | 84 ++++++++++++++++++++++++++++++++++++++++++++ xsl/html/htmltbl.xsl | 23 ++++++------ 2 files changed, 96 insertions(+), 11 deletions(-) diff --git a/xsl/html/formal.xsl b/xsl/html/formal.xsl index 76190b3a4..17f775bd9 100644 --- a/xsl/html/formal.xsl +++ b/xsl/html/formal.xsl @@ -197,6 +197,9 @@ + + + @@ -210,6 +213,87 @@ + + + + + + + + + + + + + + before + + + + + + + + + +
+ + + + + + + + + +
+ +
+ + + +

+ + +

+ +

+ +
+ + + + + +
+
+ +
+
+
+ + + + + + + + + -float + + + + + + + + + +
+ + + + + + + + + + @@ -27,17 +37,8 @@ - - - - - - - - - - - + + -- 2.40.0