Lines 589-598
Link Here
|
589 |
<xsl:when test="@ind2=' '"> |
589 |
<xsl:when test="@ind2=' '"> |
590 |
In: |
590 |
In: |
591 |
</xsl:when> |
591 |
</xsl:when> |
592 |
<xsl:when test="@ind2=8"> |
592 |
<xsl:when test="@ind2=8 and marc:subfield[@code='i']"> |
593 |
<xsl:if test="marc:subfield[@code='i']"> |
593 |
<xsl:call-template name="subfieldSelect"> |
594 |
<xsl:value-of select="marc:subfield[@code='i']"/> |
594 |
<xsl:with-param name="codes">i</xsl:with-param> |
595 |
</xsl:if> |
595 |
</xsl:call-template> |
|
|
596 |
<xsl:text> </xsl:text> |
596 |
</xsl:when> |
597 |
</xsl:when> |
597 |
</xsl:choose> |
598 |
</xsl:choose> |
598 |
</span> |
599 |
</span> |
599 |
- |
|
|