Skip to content
Snippets Groups Projects
Commit 64e16eb1 authored by Goik Martin's avatar Goik Martin
Browse files

Supporting glossary hierarchies

parent 25e4fd70
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@
</xsl:comment>
</xsl:template>
<xsl:template match="db:glossary/db:glosslist/db:glossentry[not(key('internRef', @xml:id))]">
<xsl:template match="db:glossary/db:glosslist//db:glossentry[not(key('internRef', @xml:id)) and not(key('internRef', .//*/@xml:id))]">
<xsl:comment>
<xsl:text>Excluding non referenced glossary entry '</xsl:text>
<xsl:value-of select="db:glossterm"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment