]> pere.pagekite.me Git - text-madewithcc.git/blob - extra/docbook-utf8.xsl
Translated using Weblate (Russian)
[text-madewithcc.git] / extra / docbook-utf8.xsl
1 <?xml version='1.0'?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3 version="1.0">
4
5 <xsl:import href="/usr/share/xml/docbook/stylesheet/docbook-xsl/html/docbook.xsl"/>
6 <xsl:output method="html"
7 encoding="UTF-8"
8 indent="no"/>
9
10 </xsl:stylesheet>