]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/style/objcontent.xsl
Some spaces at the content level eliminated.
[helm.git] / helm / style / objcontent.xsl
index 112e73ab1255103e94bd414c86b27a9cb31e7208..2e70505d07b56678f2c39c59aafe20df21fce07a 100644 (file)
       </xsl:otherwise>
      </xsl:choose> -->
      <body>
-      <xsl:apply-templates select="body"/>
+      <xsl:apply-templates select="body/*"/>
      </body>
      <type>
-       <xsl:apply-templates select="type"/>
+       <xsl:apply-templates select="type/*"/>
      </type>
     </Definition> 
 </xsl:template>
@@ -64,7 +64,7 @@
       </Params>
      </xsl:if>
      <type>
-       <xsl:apply-templates select="type"/>
+       <xsl:apply-templates select="type/*"/>
      </type>
     </Axiom> 
 </xsl:template>
       </Conjecture>
      </xsl:for-each>
      <body>
-       <xsl:apply-templates select="body"/>
+       <xsl:apply-templates select="body/*"/>
      </body>
      <type>
-       <xsl:apply-templates select="type"/>
+       <xsl:apply-templates select="type/*"/>
      </type>
     </CurrentProof> 
 </xsl:template>
 <xsl:template match="Variable" mode="noannot"> 
     <Variable name="{@name}" helm:xref="{@id}">
      <type>
-       <xsl:apply-templates select="type"/>
+       <xsl:apply-templates select="type/*"/>
      </type>
     </Variable> 
 </xsl:template>