style: adding a very simple style
[treecutter.git] / style / simple / docbook.xsl
1 <?xml version="1.0" encoding="utf-8"?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
3
4 <!-- Point this to your docbook.xsl. This is the Debian standard location. -->
5
6 <xsl:import href="file:///usr/share/xml/docbook/stylesheet/docbook-xsl-ns/html/docbook.xsl"/>
7
8 <xsl:template match="*" mode="process.root">
9   <xsl:apply-templates select="."/>
10 </xsl:template>
11
12 </xsl:stylesheet>