]> pere.pagekite.me Git - text-madewithcc.git/blobdiff - extra/stylesheet-fo.xsl
Add a XSL stylesheet for the XSL+FO processor.
[text-madewithcc.git] / extra / stylesheet-fo.xsl
diff --git a/extra/stylesheet-fo.xsl b/extra/stylesheet-fo.xsl
new file mode 100644 (file)
index 0000000..3ec42a9
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version='1.0'?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+
+  <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>
+
+  <xsl:include href="pdf.xsl" />
+  <xsl:param name="fop1.extensions">1</xsl:param>
+
+</xsl:stylesheet>