Lines 908-915
Link Here
|
908 |
<xsl:for-each select="marc:datafield[@tag=050]"> |
908 |
<xsl:for-each select="marc:datafield[@tag=050]"> |
909 |
<xsl:call-template name="subfieldSelect"> |
909 |
<xsl:call-template name="subfieldSelect"> |
910 |
<xsl:with-param name="codes">ab</xsl:with-param> |
910 |
<xsl:with-param name="codes">ab</xsl:with-param> |
911 |
<xsl:with-param name="delimeter"><xsl:text> | </xsl:text></xsl:with-param> |
|
|
912 |
</xsl:call-template> |
911 |
</xsl:call-template> |
|
|
912 |
<xsl:if test="not(position()=last())"><xsl:text> | </xsl:text></xsl:if> |
913 |
</xsl:for-each> |
913 |
</xsl:for-each> |
914 |
</span> |
914 |
</span> |
915 |
</xsl:if> |
915 |
</xsl:if> |
916 |
- |
|
|