Skip to content

Instantly share code, notes, and snippets.

View urschrei's full-sized avatar

Stephan Hügel urschrei

View GitHub Profile
@urschrei
urschrei / snippet.xml
Created July 9, 2010 22:00
\glossaries modifications for memoir.xslt
<xsl:template match="html:li" mode="glossary">
<xsl:param name="footnoteId"/>
<xsl:if test="parent::html:ol/parent::html:div/@class = 'footnotes'">
<xsl:if test="concat('#',@id) = $footnoteId">
<xsl:apply-templates select="html:span[@class='glossary sort']" mode="glossary"/>
<xsl:apply-templates select="html:span[@class='glossary name']" mode="glossary"/>
<xsl:variable name="glsname">
<xsl:apply-templates select="html:span[@class='glossary name']" mode="glossary"/>
</xsl:variable>
<xsl:text>,</xsl:text>