Adding docbook.xsl for tree-cutter processing
[treecutter.git] / style / awesomesauce / docbook.xsl
diff --git a/style/awesomesauce/docbook.xsl b/style/awesomesauce/docbook.xsl
new file mode 100644 (file)
index 0000000..39ff182
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+
+<!-- Point this to your docbook.xsl. This is the Debian standard location. -->
+
+<xsl:import href="file:///usr/share/xml/docbook/stylesheet/docbook-xsl-ns/xhtml-1_1/docbook.xsl"/>
+
+<xsl:template match="*" mode="process.root">
+  <xsl:apply-templates select="."/>
+</xsl:template>
+
+</xsl:stylesheet>