Lines 415-421
Link Here
|
415 |
</xsl:call-template> |
415 |
</xsl:call-template> |
416 |
<xsl:value-of select="$biblionumber"/> |
416 |
<xsl:value-of select="$biblionumber"/> |
417 |
</xsl:attribute> |
417 |
</xsl:attribute> |
418 |
<xsl:attribute name="class">title</xsl:attribute> |
418 |
<xsl:attribute name="class"><xls:value-of select="'title'" /></xsl:attribute> |
419 |
|
419 |
|
420 |
<xsl:if test="marc:datafield[@tag=245]"> |
420 |
<xsl:if test="marc:datafield[@tag=245]"> |
421 |
<xsl:for-each select="marc:datafield[@tag=245]"> |
421 |
<xsl:for-each select="marc:datafield[@tag=245]"> |
422 |
- |
|
|