1 <?xml version="1.0" encoding="utf-8"?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
4 <!-- Point this to your docbook.xsl. This is the Debian standard location. -->
6 <xsl:import href="file:///usr/share/xml/docbook/stylesheet/docbook-xsl-ns/html/docbook.xsl"/>
8 <xsl:template match="*" mode="process.root">
9 <xsl:apply-templates select="."/>