Lines 760-765
Link Here
|
760 |
<xsl:for-each select="marc:datafield[@tag=082]"> |
760 |
<xsl:for-each select="marc:datafield[@tag=082]"> |
761 |
<xsl:call-template name="subfieldSelect"> |
761 |
<xsl:call-template name="subfieldSelect"> |
762 |
<xsl:with-param name="codes">a</xsl:with-param> |
762 |
<xsl:with-param name="codes">a</xsl:with-param> |
|
|
763 |
<xsl:with-param name="delimeter"><xsl:text> | </xsl:text></xsl:with-param> |
763 |
</xsl:call-template> |
764 |
</xsl:call-template> |
764 |
<xsl:choose> |
765 |
<xsl:choose> |
765 |
<xsl:when test="position()=last()"><xsl:text> </xsl:text></xsl:when> |
766 |
<xsl:when test="position()=last()"><xsl:text> </xsl:text></xsl:when> |
766 |
- |
|
|