]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/www/lambdadelta/xslt/ld_web_root.xsl
- xhtbl: minor improvement
[helm.git] / helm / www / lambdadelta / xslt / ld_web_root.xsl
index 3d30e6315a0acc9bbf772a4f1cfed2e3b72b4d0f..8c2c3ad3949300b3ed505f761ceb3b7520a99bb9 100644 (file)
    </body></html>
 </xsl:template>
 
+<xsl:template match="@*|node()">
+   <xsl:copy>
+      <xsl:apply-templates select="@*|node()"/>
+   </xsl:copy>
+</xsl:template>
+
 </xsl:stylesheet>