Lines 982-988
Link Here
|
982 |
<xsl:call-template name="subfieldSelect"> |
982 |
<xsl:call-template name="subfieldSelect"> |
983 |
<xsl:with-param name="codes">ab</xsl:with-param> |
983 |
<xsl:with-param name="codes">ab</xsl:with-param> |
984 |
</xsl:call-template> |
984 |
</xsl:call-template> |
985 |
<xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose> |
985 |
<!-- #13386 added separator | --> |
|
|
986 |
<xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><span class="separator"><xsl:text> | </xsl:text></span></xsl:otherwise></xsl:choose> |
986 |
</xsl:for-each> |
987 |
</xsl:for-each> |
987 |
</span> |
988 |
</span> |
988 |
</xsl:if> |
989 |
</xsl:if> |
989 |
- |
|
|