x-editable for <punkt> tags
[redakcja.git] / redakcja / static / xsl / wl2html_client.xsl
index 440be83..4a5ee48 100644 (file)
     </xsl:template>
 
 
+    <xsl:template match="punkt">
+      <span x-editable="true" x-node="punkt" class="punkt">
+            <xsl:call-template name="standard-attributes" />
+            <xsl:apply-templates select="child::node()">
+                <xsl:with-param name="mixed" select="true()" />
+            </xsl:apply-templates>     
+      </span>
+    </xsl:template>
+
     <!--
         ****************
          TEKST WŁAŚCIWY