Version 1.3.1dev.
[librarian.git] / librarian / wl2html_full.xslt
diff --git a/librarian/wl2html_full.xslt b/librarian/wl2html_full.xslt
deleted file mode 100644 (file)
index deaf0c5..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-
-<xsl:stylesheet version="1.0"    
-    xmlns="http://www.w3.org/1999/xhtml"    
-    xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-
-    <xsl:param name="with-paths" select="boolean(0)" />
-    <xsl:param name="with-annotations" select="boolean(1)" />
-    
-    <xsl:include href="wl2html_base.xslt" />
-    <xsl:output encoding="utf-8" indent="yes" omit-xml-declaration = "yes" />
-
-    <xsl:template match="/">
-        <div class="document">
-
-            <xsl:if test="with-toc" />
-
-            <xsl:call-template name="generic">
-                <xsl:with-param name="element" select="/utwor" />
-                <xsl:with-param name="mypath" select="'.'" />
-                <xsl:with-param name="offset" select="position()" />
-            </xsl:call-template>       
-
-            <xsl:if test="with-annotations" />
-        </div>
-    </xsl:template>
-
-</xsl:stylesheet>
\ No newline at end of file