|
Lines 428-438
Link Here
|
| 428 |
<xsl:choose> |
428 |
<xsl:choose> |
| 429 |
<xsl:when test="@code='h'"> |
429 |
<xsl:when test="@code='h'"> |
| 430 |
<!-- 13381 Span class around subfield h so it can be suppressed via css --> |
430 |
<!-- 13381 Span class around subfield h so it can be suppressed via css --> |
| 431 |
<span class="title_medium"><xsl:apply-templates/> </span> |
431 |
<span class="title_medium"><xsl:apply-templates/> <xsl:text> </xsl:text> </span> |
| 432 |
</xsl:when> |
432 |
</xsl:when> |
| 433 |
<xsl:when test="@code='c'"> |
433 |
<xsl:when test="@code='c'"> |
| 434 |
<!-- 13381 Span class around subfield c so it can be suppressed via css --> |
434 |
<!-- 13381 Span class around subfield c so it can be suppressed via css --> |
| 435 |
<span class="title_resp_stmt"><xsl:apply-templates/> </span> |
435 |
<span class="title_resp_stmt"><xsl:apply-templates/> <xsl:text> </xsl:text> </span> |
| 436 |
</xsl:when> |
436 |
</xsl:when> |
| 437 |
<xsl:otherwise> |
437 |
<xsl:otherwise> |
| 438 |
<xsl:apply-templates/> |
438 |
<xsl:apply-templates/> |
| 439 |
- |
|
|