|
Lines 408-413
Link Here
|
| 408 |
</span> |
408 |
</span> |
| 409 |
</xsl:template> |
409 |
</xsl:template> |
| 410 |
|
410 |
|
|
|
411 |
<xsl:template name="tag_214_s"> |
| 412 |
<xsl:if test="marc:datafield[@tag=214]/marc:subfield[@code='s']"> |
| 413 |
<span class="results_summary tag_214_s"> |
| 414 |
<span class="label">Printing and/or Publishing Information Transcribed as Found in the Colophon: </span> |
| 415 |
<xsl:for-each select="marc:datafield[@tag=214]"> |
| 416 |
<xsl:value-of select="marc:subfield[@code='s']"/> |
| 417 |
<xsl:choose> |
| 418 |
<xsl:when test="position()=last()"> |
| 419 |
<xsl:text>.</xsl:text> |
| 420 |
</xsl:when> |
| 421 |
<xsl:otherwise><xsl:text>, </xsl:text> |
| 422 |
</xsl:otherwise> |
| 423 |
</xsl:choose> |
| 424 |
</xsl:for-each> |
| 425 |
</span> |
| 426 |
</xsl:if> |
| 427 |
</xsl:template> |
| 428 |
|
| 429 |
<xsl:template name="tag_214_r"> |
| 430 |
<xsl:if test="marc:datafield[@tag=214]/marc:subfield[@code='r']"> |
| 431 |
<span class="results_summary tag_214_r"> |
| 432 |
<span class="label">Printing and/or Publishing Information Transcribed as Found in the Main Source of |
| 433 |
Information: </span> |
| 434 |
<xsl:for-each select="marc:datafield[@tag=214]"> |
| 435 |
<xsl:value-of select="marc:subfield[@code='r']"/> |
| 436 |
<xsl:choose> |
| 437 |
<xsl:when test="position()=last()"> |
| 438 |
<xsl:text>.</xsl:text> |
| 439 |
</xsl:when> |
| 440 |
<xsl:otherwise><xsl:text>, </xsl:text> |
| 441 |
</xsl:otherwise> |
| 442 |
</xsl:choose> |
| 443 |
</xsl:for-each> |
| 444 |
</span> |
| 445 |
</xsl:if> |
| 446 |
</xsl:template> |
| 447 |
|
| 411 |
<xsl:template name="tag_214"> |
448 |
<xsl:template name="tag_214"> |
| 412 |
<xsl:for-each select="marc:datafield[@tag=214]"> |
449 |
<xsl:for-each select="marc:datafield[@tag=214]"> |
| 413 |
<xsl:sort select="@ind2" data-type="number" /> |
450 |
<xsl:sort select="@ind2" data-type="number" /> |
| 414 |
- |
|
|