Adding docbook.xsl for tree-cutter processing
authorFredrik Unger <fred@tree.se>
Mon, 6 Feb 2012 14:04:19 +0000 (15:04 +0100)
committerFredrik Unger <fred@tree.se>
Mon, 6 Feb 2012 14:04:19 +0000 (15:04 +0100)
style/awesomesauce/docbook.xsl [new file with mode: 0644]

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>