15 lines
443 B
XML
15 lines
443 B
XML
<?xml version='1.0'?>
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
version="1.0">
|
|
|
|
<xsl:import
|
|
href="/usr/share/xml/docbook/stylesheet/docbook-xsl/html/docbook.xsl"/>
|
|
|
|
<xsl:output method="html"
|
|
doctype-public="-//W3C//DTD HTML 4.01//EN"
|
|
doctype-system="http://www.w3.org/TR/html4/strict.dtd"
|
|
encoding="UTF-8"
|
|
indent="no"/>
|
|
|
|
</xsl:stylesheet>
|