summaryrefslogtreecommitdiff
path: root/epub3/docbook.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'epub3/docbook.xsl')
-rw-r--r--epub3/docbook.xsl19
1 files changed, 19 insertions, 0 deletions
diff --git a/epub3/docbook.xsl b/epub3/docbook.xsl
new file mode 100644
index 0000000..af099b8
--- /dev/null
+++ b/epub3/docbook.xsl
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE xsl:stylesheet [
+<!ENTITY uppercase "'ABCDEFGHIJKLMNOPQRSTUVWXYZ'">
+<!ENTITY lowercase "'abcdefghijklmnopqrstuvwxyz'">
+]>
+
+<xsl:stylesheet
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns="http://www.w3.org/1999/xhtml"
+ exclude-result-prefixes="#default"
+ version="1.0">
+
+<!-- $Id: docbook.xsl,v 1.1 2011-09-16 21:43:45 bobs Exp $ -->
+
+<xsl:import href="../xhtml5/docbook.xsl"/>
+
+<xsl:include href="epub3-element-mods.xsl"/>
+
+</xsl:stylesheet>