<xsl:variable name="uri" select="concat(string($current_uri),$delim,string(@uri))"/>
<xsl:copy>
<xsl:copy-of select="@as"/>
- <!-- CSC: 'name' is now equal to 'uri' but for the final extension -->
- <xsl:attribute name="name"><xsl:value-of select="substring-before($uri,".")"/></xsl:attribute>
<xsl:attribute name="uri"><xsl:value-of select="$uri"/></xsl:attribute>
</xsl:copy>
</xsl:template>
<table>
<tr>
<td colspan="2">
- <b><xsl:value-of select="@as"/><xsl:text> </xsl:text><a href="{@uri}"><xsl:value-of select="@name"/></a>:</b>
+ <b><xsl:value-of select="@as"/><xsl:text> </xsl:text><a href="{@uri}"><xsl:value-of select="@uri"/></a>:</b>
</td>
</tr>
<tr>
<table>
<tr>
<td colspan="2">
- <b><xsl:value-of select="substring-after(string(name(.)), "ht:")"/><xsl:text> </xsl:text><a href="{@uri}"><xsl:value-of select="@name"/></a>:</b>
+ <b><xsl:value-of select="substring-after(string(name(.)), "ht:")"/><xsl:text> </xsl:text><a href="{@uri}"><xsl:value-of select="@uri"/></a>:</b>
</td>
</tr>
<tr>
<table>
<tr>
<td colspan="2">
- <b><xsl:value-of select="string($name)"/><xsl:text> </xsl:text><a href="{@uri}"><xsl:value-of select="@name"/></a>:</b>
+ <b><xsl:value-of select="string($name)"/><xsl:text> </xsl:text><a href="{@uri}"><xsl:value-of select="@uri"/></a>:</b>
</td>
</tr>
<tr>