projects
/
treecutter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32e129c
)
Adding docbook.xsl for tree-cutter processing
author
Fredrik Unger
<fred@tree.se>
Mon, 6 Feb 2012 14:04:19 +0000
(15:04 +0100)
committer
Fredrik Unger
<fred@tree.se>
Mon, 6 Feb 2012 14:04:19 +0000
(15:04 +0100)
style/awesomesauce/docbook.xsl
[new file with mode: 0644]
patch
|
blob
diff --git a/style/awesomesauce/docbook.xsl
b/style/awesomesauce/docbook.xsl
new file mode 100644
(file)
index 0000000..
39ff182
--- /dev/null
+++ b/
style/awesomesauce/docbook.xsl
@@ -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>