summaryrefslogtreecommitdiff
path: root/xhtml/glossary.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xhtml/glossary.xsl')
-rw-r--r--xhtml/glossary.xsl12
1 files changed, 10 insertions, 2 deletions
diff --git a/xhtml/glossary.xsl b/xhtml/glossary.xsl
index 6805deb..bb5606b 100644
--- a/xhtml/glossary.xsl
+++ b/xhtml/glossary.xsl
@@ -4,7 +4,7 @@
<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 9364 2012-05-12 23:43:04Z bobstayton $
+ $Id: glossary.xsl 9709 2013-01-22 18:56:09Z bobstayton $
********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
@@ -283,7 +283,12 @@ GlossEntry ::=
</xsl:template>
<xsl:template match="glossentry/glossterm">
- <xsl:apply-templates/>
+ <span>
+ <xsl:apply-templates select="." mode="common.html.attributes"/>
+ <xsl:call-template name="id.attribute"/>
+ <xsl:call-template name="anchor"/>
+ <xsl:apply-templates/>
+ </span>
<xsl:if test="following-sibling::glossterm">, </xsl:if>
</xsl:template>
@@ -359,6 +364,9 @@ GlossEntry ::=
<xsl:template match="glossentry/glossdef">
<dd>
+ <xsl:apply-templates select="." mode="common.html.attributes"/>
+ <xsl:call-template name="id.attribute"/>
+ <xsl:call-template name="anchor"/>
<xsl:apply-templates select="*[local-name(.) != 'glossseealso']"/>
<xsl:if test="glossseealso">
<p>