]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/www/lambda_delta/xslt/lddl_entity.xsl
bug fix in xslt: missing ld namespace
[helm.git] / helm / www / lambda_delta / xslt / lddl_entity.xsl
index 676d37722f9fbbd426abf6a26b4ef51b12e73fe9..f9fca428f940ae84bc0fab52f4d174ef80fc5cad 100644 (file)
@@ -12,6 +12,7 @@
       V_______________________________________________________________ -->
 
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+                              xmlns:ld="http://lambda-delta.info"
                               xmlns="http://www.w3.org/1999/xhtml"
 >
 
    </div>
 </xsl:template>
 
-<xsl:template match="ABST">
+<xsl:template match="ld:ABST">
    <xsl:call-template name="ENTITY">
       <xsl:with-param name="kind">Declaration</xsl:with-param>
    </xsl:call-template>
 </xsl:template>
 
-<xsl:template match="ABBR">
+<xsl:template match="ld:ABBR">
    <xsl:call-template name="ENTITY">
       <xsl:with-param name="kind">Definition</xsl:with-param>
    </xsl:call-template>