summaryrefslogtreecommitdiff
path: root/xhtml-1_1/glossary.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xhtml-1_1/glossary.xsl')
-rw-r--r--xhtml-1_1/glossary.xsl13
1 files changed, 9 insertions, 4 deletions
diff --git a/xhtml-1_1/glossary.xsl b/xhtml-1_1/glossary.xsl
index ade6ae7..3f6cad7 100644
--- a/xhtml-1_1/glossary.xsl
+++ b/xhtml-1_1/glossary.xsl
@@ -1,7 +1,10 @@
-<?xml version="1.0" encoding="ASCII"?><!--This file was created automatically by html2xhtml--><!--from the HTML stylesheets.--><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="xlink" version="1.0">
+<?xml version="1.0" encoding="ASCII"?>
+<!--This file was created automatically by html2xhtml-->
+<!--from the HTML stylesheets.-->
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="xlink" version="1.0">
<!-- ********************************************************************
- $Id: glossary.xsl 9709 2013-01-22 18:56:09Z bobstayton $
+ $Id: glossary.xsl 9922 2014-07-31 17:33:43Z bobstayton $
********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
@@ -250,6 +253,7 @@ GlossEntry ::=
<xsl:apply-templates select="acronym|abbrev"/>
<xsl:text>)</xsl:text>
</xsl:if>
+ <xsl:apply-templates select="indexterm"/>
</dt>
</xsl:when>
<xsl:otherwise>
@@ -272,11 +276,12 @@ GlossEntry ::=
</xsl:call-template>
<xsl:apply-templates select="glossterm"/>
+ <xsl:apply-templates select="indexterm"/>
</dt>
</xsl:otherwise>
</xsl:choose>
- <xsl:apply-templates select="indexterm|revhistory|glosssee|glossdef"/>
+ <xsl:apply-templates select="glosssee|glossdef"/>
</xsl:template>
<xsl:template match="glossentry/glossterm">
@@ -595,4 +600,4 @@ GlossEntry ::=
<!-- ==================================================================== -->
-</xsl:stylesheet> \ No newline at end of file
+</xsl:stylesheet>