From 303c43222ce6d9b8053f950b7fc1fca89a9c4a11 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Mon, 16 Apr 2001 13:03:22 +0000 Subject: [PATCH] Fix formatting of glossarys--things were really broken --- xsl/html/glossary.xsl | 92 ++++++++++++++++++++++++-------- xsl/html/titlepage.templates.xml | 5 +- 2 files changed, 73 insertions(+), 24 deletions(-) diff --git a/xsl/html/glossary.xsl b/xsl/html/glossary.xsl index be7c3e3f3..91dd86dbc 100644 --- a/xsl/html/glossary.xsl +++ b/xsl/html/glossary.xsl @@ -18,10 +18,38 @@
- -
- -
+ + + + + + + + + + + + + + + + +
+ +
+
+
+ + + + + + + + + + +
@@ -63,7 +91,11 @@
- + + +
+ +
@@ -142,30 +174,44 @@ GlossEntry ::= -
+
+ + +

+ + + + + +

+
+
-

- - - - - - - - - - - - - - - . -

+ + + + + + + + + + + + + + + . + + + , + +
diff --git a/xsl/html/titlepage.templates.xml b/xsl/html/titlepage.templates.xml index 30a0b6f05..5c01447f0 100644 --- a/xsl/html/titlepage.templates.xml +++ b/xsl/html/titlepage.templates.xml @@ -547,7 +547,10 @@ - + <title predicate="[1]" + force="1" + named-template="component.title" + param:node="ancestor-or-self::glossary[1]"/> <subtitle predicate="[1]"/> </t:titlepage-content> -- 2.50.1