]> pere.pagekite.me Git - text-free-culture-lessig.git/commitdiff
Add forgotten epub xsl file.
authorPetter Reinholdtsen <pere@hungry.com>
Mon, 5 Oct 2015 21:08:14 +0000 (23:08 +0200)
committerPetter Reinholdtsen <pere@hungry.com>
Mon, 5 Oct 2015 21:08:14 +0000 (23:08 +0200)
data/stylesheet-epub.xsl [new file with mode: 0644]

diff --git a/data/stylesheet-epub.xsl b/data/stylesheet-epub.xsl
new file mode 100644 (file)
index 0000000..a2156fa
--- /dev/null
@@ -0,0 +1,6 @@
+<?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/epub/docbook.xsl"/>
+  <xsl:include href="user_param.xsl" />
+  <xsl:include href="html.xsl" />
+</xsl:stylesheet>