]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/www/lambdadelta/xslt/ld_web_root.xsl
web site update
[helm.git] / helm / www / lambdadelta / xslt / ld_web_root.xsl
index f5cdfbed0464e7c055d161de1d28682471a90a11..d1faf246e920198a5c470110b7edf6168b39d67e 100644 (file)
    <li class="{@class}"><xsl:apply-templates/></li>
 </xsl:template>
 
+<xsl:template match="ld:line">
+  <div class="{@class}">
+    <xsl:choose>
+      <xsl:when test="@of"><xsl:value-of select="@of"/></xsl:when>
+      <xsl:otherwise><xsl:apply-templates/></xsl:otherwise>
+    </xsl:choose>
+  </div>
+</xsl:template>
+
 <xsl:template match="ld:style">
   <span class="{@class}">
     <xsl:choose>