]> matita.cs.unibo.it Git - helm.git/commitdiff
extra_info hack removed
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 10 Apr 2003 17:05:40 +0000 (17:05 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 10 Apr 2003 17:05:40 +0000 (17:05 +0000)
helm/nuprl_stylesheets/nuprl_content_to_html2.xsl
helm/nuprl_stylesheets/nuprl_proof.xsl

index 5fb0c0d8aaec85dd4059d28f78543bfac4629bdb..43d420f2f6fd920cfdab3a73747d3e2a1258b5da 100644 (file)
           </xsl:call-template>
           <xsl:text>By </xsl:text>
           <xsl:apply-templates select="TacticInstance/@name"/>
-          <!-- CSC: extra_info in HTML to be rendered here -->
-          <xsl:for-each select="TacticInstance/extra_info">
-           <xsl:copy-of select="*|text()"/>
-          </xsl:for-each>
           <a style="text-decoration:underline ; color:green" href="{TacticInstance/@uri}">Tactic Details</a>
           <xsl:if test="$explode_tactics">
           <span ID="{$freshid4}">
index 8ba633db6c378b8fc16beb735a3f49dbdbc3474b..f6eb2a7c095220935e52aacddab4257a48983bd0 100644 (file)
 </xsl:template>
 
 <xsl:template match="tacticinstance">
-  <TacticInstance name="{@name}" uri="{@uri}">
-    <xsl:apply-templates select="extra_info"/>
-  </TacticInstance>
-</xsl:template>
-
-<xsl:template match="extra_info">
- <extra_info>
-  <xsl:copy-of select="*|@*|text()"/>
- </extra_info>
+  <TacticInstance name="{@name}" uri="{@uri}"/>
 </xsl:template>
 
 <xsl:template match="tacticproof">