24 Feb
2014
24 Feb
'14
2:14 a.m.
Hi all! I was able to get what I want to show through the following: <xsl:if test="marc:datafield[@tag=597]/marc:subfield[@code='a']"> Musical Director: <xsl:for-each select="marc:datafield[@tag=597]"> <xsl:call-template name="subfieldSelect"> <xsl:with-param name="codes">a</xsl:with-param> </xsl:call-template> </xsl:for-each> </xsl:if> Cheers Koha community! -- View this message in context: http://koha.1045719.n5.nabble.com/xslt-and-how-not-to-show-field-if-there-ar... Sent from the Koha-general mailing list archive at Nabble.com.