<xsl:variable name="tcnraw"><xsl:value-of select="substring-after(.,'TCN:')"/></xsl:variable>
<xsl:choose>
<xsl:when test="contains($tcnraw, ' ')">
- <xsl:value-of select="concat('/eg/opac/record/', substring-before($tcnraw,' '))" />
+ <xsl:value-of select="concat('/eg/opac/record/', substring-before($tcnraw,' '),'?copydepth=0')" />
</xsl:when>
<xsl:otherwise>
- <xsl:value-of select="concat('/eg/opac/record/', $tcnraw)" />
+ <xsl:value-of select="concat('/eg/opac/record/', $tcnraw,'?copydepth=0')" />
</xsl:otherwise>
</xsl:choose>
</xsl:variable>
<!-- item count -->
<xsl:if test="h:holdings/h:volumes">
+ <!-- Hide available copies because it's confusing
<xsl:if test="h:holdings/h:volumes/h:volume/h:copies/h:copy">
<dd>
<xsl:value-of select="$t-availcopies"/>
<xsl:value-of select="$t-totalcopies"/><xsl:value-of select="count(h:holdings/h:volumes/h:volume/h:copies/h:copy)"/>
</dd>
</xsl:if>
+ -->
<xsl:if test="h:holdings/h:volumes/h:volume/h:uris/h:uri">
<dd>
<xsl:value-of select="$t-onlineresources"/>