summaryrefslogtreecommitdiffstats
path: root/stylesheets/lfs-pdf.xsl
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2014-11-27 16:29:31 -0600
committerWilliam Harrington <kb0iic@berzerkula.org>2014-11-27 16:29:31 -0600
commit7df987a652b93d55dd8eca363706d3bacc469b55 (patch)
tree17f84ce0fee76a3a0476b714eae09486ab2470e6 /stylesheets/lfs-pdf.xsl
Initial commit message for lfs live howto.HEADmaster
Diffstat (limited to 'stylesheets/lfs-pdf.xsl')
-rw-r--r--stylesheets/lfs-pdf.xsl18
1 files changed, 18 insertions, 0 deletions
diff --git a/stylesheets/lfs-pdf.xsl b/stylesheets/lfs-pdf.xsl
new file mode 100644
index 0000000..7703700
--- /dev/null
+++ b/stylesheets/lfs-pdf.xsl
@@ -0,0 +1,18 @@
+<?xml version='1.0' encoding='ISO-8859-1'?>
+
+<!--
+$LastChangedBy: manuel $
+$Date: 2007-05-19 20:43:37 +0200 (sáb, 19 may 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 pdf templates. -->
+ <xsl:import href="lfs-xsl/pdf.xsl"/>
+
+ <!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) -->
+ <xsl:param name="book-type">lfs</xsl:param>
+
+</xsl:stylesheet>