Fixed ambious rule in Foundry XSL (#2853): Attention: Usages of //series-volumes/volumes in Foundry templates have to be changed to //series-volumes//series-volume

git-svn-id: https://svn.libreccm.org/ccm/trunk@5294 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2018-02-18 10:34:39 +00:00
parent 744af4d721
commit 795623be08
1 changed files with 1 additions and 1 deletions

View File

@ -850,7 +850,7 @@
</xsl:if>
</xsl:template>
<xsl:template match="content-item-layout//scipublications//series-volumes//volume">
<xsl:template match="content-item-layout//scipublications//series-volumes//series-volume">
<xsl:param name="volumes" tunnel="yes"/>
<xsl:variable name="layout-tree" select="./*"/>