aboutsummaryrefslogtreecommitdiffstats
path: root/docs/usermanual/docbook-utf8.xsl
blob: 20612834fcb2c4110d6baaf608694b135ed18bc4 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version='1.0'?> 
<xsl:stylesheet  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"  
                 version="1.0"> 

<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/> 
<xsl:output method="html"
            encoding="UTF-8"
            indent="no"/>
 
</xsl:stylesheet>