changelog for Sébastian's patch
[debian-policy.git] / xsl / html-single.xsl
blob14e711e66aa57173eb0040f1b104cf3a0996dd4e
1 <?xml version="1.0" encoding="utf-8"?>
3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
5 <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
6 <xsl:include href="common.xsl"/>
8 <xsl:output method="html" encoding="UTF-8" indent="yes"/>
10 </xsl:stylesheet>