Documentation / docbook.xslon commit Merge git://ozlabs.org/~paulus/gitk (cd82e58)
   1<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   2                version='1.0'>
   3 <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
   4 <xsl:output method="html"
   5     encoding="UTF-8" indent="no"
   6     doctype-public="-//W3C//DTD HTML 4.01//EN"
   7     doctype-system="http://www.w3.org/TR/html4/strict.dtd" />
   8</xsl:stylesheet>