Foundry: Support for properties of ccm-sci-publications/Expertise

git-svn-id: https://svn.libreccm.org/ccm/trunk@3342 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2015-04-17 10:06:05 +00:00
parent 8c97174b9d
commit d4a1a317cd
1 changed files with 15 additions and 1 deletions

View File

@ -366,7 +366,7 @@
<xsl:value-of select="$contentitem-tree/pagesTo"/>
</xsl:template>
<xsl:template match="content-item-layout//scipubications//if-number">
<xsl:template match="content-item-layout//scipublications//if-number">
<xsl:param name="contentitem-tree" tunnel="yes"/>
<xsl:if test="$contentitem-tree/number">
@ -460,4 +460,18 @@
<xsl:value-of select="$contentitem-tree/organization/title"/>
</xsl:template>
<xsl:template match="content-item-layout//scipublications//if-orderer">
<xsl:param name="contentitem-tree" tunnel="yes"/>
<xsl:if test="$contentitem-tree/orderer">
<xsl:apply-templates/>
</xsl:if>
</xsl:template>
<xsl:template match="content-item-layout//scipublications//orderer">
<xsl:param name="contentitem-tree" tunnel="yes"/>
<xsl:value-of select="$contentitem-tree/orderer/title"/>
</xsl:template>
</xsl:stylesheet>