From 10f4af8ddee3d43605d577cbb4bbf9b9ac16b325 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Fri, 27 Sep 2002 12:32:20 +0000 Subject: [PATCH] Bug #497603: fixed and added default.float.class --- xsl/fo/formal.xsl | 39 +++++++++++++++++----- xsl/html/formal.xsl | 53 +++++++++++++++++++++++++++++- xsl/params/default.float.class.xml | 22 +++++++++++++ 3 files changed, 105 insertions(+), 9 deletions(-) create mode 100644 xsl/params/default.float.class.xml diff --git a/xsl/fo/formal.xsl b/xsl/fo/formal.xsl index 6fc14ea4d..9af65fbd0 100644 --- a/xsl/fo/formal.xsl +++ b/xsl/fo/formal.xsl @@ -89,19 +89,42 @@ - - - - + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + - - - + diff --git a/xsl/html/formal.xsl b/xsl/html/formal.xsl index 4267412ee..74a0e0760 100644 --- a/xsl/html/formal.xsl +++ b/xsl/html/formal.xsl @@ -90,7 +90,58 @@ - + + + + + + + + + before + + + + + + + + + + + + + + + + + + + +
+ + + float: + + ; + + + + + +
+
+ + + + + +
+
+ + diff --git a/xsl/params/default.float.class.xml b/xsl/params/default.float.class.xml new file mode 100644 index 000000000..fc66a2961 --- /dev/null +++ b/xsl/params/default.float.class.xml @@ -0,0 +1,22 @@ + + +default.float.class +string + + +default.float.class +Specifies the default float class + + + + + + + + +Description + +FIXME: + + + -- 2.50.1