]> pere.pagekite.me Git - text-destroy-surveillance.git/blobdiff - docbook-utf8.xsl
Generate UTF-8 HTML files.
[text-destroy-surveillance.git] / docbook-utf8.xsl
diff --git a/docbook-utf8.xsl b/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>