summaryrefslogtreecommitdiffstats
path: root/stylesheets/lfs-nochunks.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/lfs-nochunks.xsl')
-rw-r--r--stylesheets/lfs-nochunks.xsl18
1 files changed, 18 insertions, 0 deletions
diff --git a/stylesheets/lfs-nochunks.xsl b/stylesheets/lfs-nochunks.xsl
new file mode 100644
index 0000000..3af33c2
--- /dev/null
+++ b/stylesheets/lfs-nochunks.xsl
@@ -0,0 +1,18 @@
+<?xml version='1.0' encoding='ISO-8859-1'?>
+
+<!--
+$LastChangedBy: manuel $
+$Date: 2007-06-12 20:18:51 +0200 (mar, 12 jun 2007) $
+-->
+
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns="http://www.w3.org/1999/xhtml"
+ version="1.0">
+
+ <!-- LFS top-level no-chunk templates. -->
+ <xsl:import href="lfs-xsl/nochunks.xsl"/>
+
+ <!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) -->
+ <xsl:param name="book-type">lfs</xsl:param>
+
+</xsl:stylesheet>