</xsl:copy>
</xsl:template>
+<xsl:template match="ht:OBJECT">
+<xsl:param name="current_uri" select="''"/>
+<xsl:param name="delim" select="''"/>
+<xsl:variable name="uri" select="concat(string($current_uri),$delim,string(@uri))"/>
+ <xsl:copy>
+ <xsl:copy-of select="@mode"/>
+ <xsl:attribute name="uri"><xsl:value-of select="$uri"/></xsl:attribute>
+ </xsl:copy>
+</xsl:template>
+
<!-- Root and XHTML -->
<xsl:template match = "/|*">
<h4>END MUTUAL DEFINITIONS</h4>
</xsl:template>
+<xsl:template match="ht:OBJECT">
+ <xsl:variable name="delimiter">
+ <xsl:if test="@mode != 'lynkonly'">
+ <xsl:text>:</xsl:text>
+ </xsl:if>
+ </xsl:variable>
+ <table>
+ <tr>
+ <td colspan="2">
+ <b>Object<xsl:text> </xsl:text><a href="{@uri}"><xsl:value-of select="@uri"/></a><xsl:value-of select="$delimiter"/></b>
+ </td>
+ </tr>
+ <xsl:if test="@mode != 'linkonly'">
+ <tr>
+ <td>   </td>
+ <td><ENTITY uri="{@uri}" type="{@mode}"/></td>
+ </tr>
+ </xsl:if>
+ </table>
+</xsl:template>
+
<xsl:template match="ht:THEOREM">
<table>
<tr>