.Merge branch 'master' of ssh://git.nguyen.vg/hacks/simpleWebSlides
[hacks/simpleWebSlides.git] / xpi / test.xsl
diff --git a/xpi/test.xsl b/xpi/test.xsl
deleted file mode 100644 (file)
index 33f0db0..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<xsl:stylesheet version="1.0"
-   xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-   <xsl:template match="/">
-     <html>
-       <head>
-        <title>Foo</title>
-       </head>
-       <body>
-        <xsl:variable name="nombalise">
-          <xsl:choose>
-            <xsl:when test="count(descendant::ingredient) mod 2 = 0">b</xsl:when>
-            <xsl:otherwise>i</xsl:otherwise>
-          </xsl:choose>
-        </xsl:variable>
-         <xsl:element name="{$nombalise}">
-          Gras
-        </xsl:element>
-       </body>
-     </html>
-   </xsl:template>
-</xsl:stylesheet>