]> pere.pagekite.me Git - text-madewithcc.git/blobdiff - extra/docbook-utf8.xsl
Adjust to build UTF-8 HTML.
[text-madewithcc.git] / extra / docbook-utf8.xsl
diff --git a/extra/docbook-utf8.xsl b/extra/docbook-utf8.xsl
new file mode 100644 (file)
index 0000000..549ae30
--- /dev/null
@@ -0,0 +1,10 @@
+<?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"
+            encoding="UTF-8"
+            indent="no"/>
+
+</xsl:stylesheet>