|
Lines 374-382
Link Here
|
| 374 |
<!-- #13383 added separator with span --> |
374 |
<!-- #13383 added separator with span --> |
| 375 |
<xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><span class="separator"><xsl:text> | </xsl:text></span></xsl:otherwise> |
375 |
<xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><span class="separator"><xsl:text> | </xsl:text></span></xsl:otherwise> |
| 376 |
</xsl:choose> |
376 |
</xsl:choose> |
| 377 |
|
|
|
| 378 |
<xsl:choose> |
| 379 |
<xsl:when test="position()=last()"><xsl:text>. </xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose> |
| 380 |
</xsl:for-each> |
377 |
</xsl:for-each> |
| 381 |
|
378 |
|
| 382 |
<xsl:for-each select="marc:datafield[(@tag=110 or @tag=710) and @ind1!='z']"> |
379 |
<xsl:for-each select="marc:datafield[(@tag=110 or @tag=710) and @ind1!='z']"> |
|
Lines 420-426
Link Here
|
| 420 |
<xsl:when test="marc:subfield[@code='n']"> |
417 |
<xsl:when test="marc:subfield[@code='n']"> |
| 421 |
<xsl:text> </xsl:text> |
418 |
<xsl:text> </xsl:text> |
| 422 |
<xsl:call-template name="subfieldSelect"> |
419 |
<xsl:call-template name="subfieldSelect"> |
| 423 |
<xsl:with-param name="codes">n</xsl:with-param> </xsl:call-template> |
420 |
<xsl:with-param name="codes">n</xsl:with-param> |
|
|
421 |
</xsl:call-template> |
| 424 |
<xsl:text> </xsl:text> |
422 |
<xsl:text> </xsl:text> |
| 425 |
</xsl:when> |
423 |
</xsl:when> |
| 426 |
</xsl:choose> |
424 |
</xsl:choose> |
|
Lines 453-459
Link Here
|
| 453 |
<!-- #13383 added separator with span --> |
451 |
<!-- #13383 added separator with span --> |
| 454 |
<xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><span class="separator"><xsl:text> | </xsl:text></span></xsl:otherwise> |
452 |
<xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><span class="separator"><xsl:text> | </xsl:text></span></xsl:otherwise> |
| 455 |
</xsl:choose> |
453 |
</xsl:choose> |
| 456 |
|
|
|
| 457 |
</xsl:for-each> |
454 |
</xsl:for-each> |
| 458 |
</p> |
455 |
</p> |
| 459 |
</xsl:when> |
456 |
</xsl:when> |
| 460 |
- |
|
|