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-94f89814c4dfmaster
parent
744af4d721
commit
795623be08
|
|
@ -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="./*"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue