]> pere.pagekite.me Git - text-angrefrist.git/commitdiff
Include XSL stylesheet used for HTML edition.
authorPetter Reinholdtsen <pere@hungry.com>
Mon, 30 Oct 2023 07:56:56 +0000 (08:56 +0100)
committerPetter Reinholdtsen <pere@hungry.com>
Mon, 30 Oct 2023 07:56:56 +0000 (08:56 +0100)
data/stylesheet-html.xsl [new file with mode: 0644]

diff --git a/data/stylesheet-html.xsl b/data/stylesheet-html.xsl
new file mode 100644 (file)
index 0000000..a50f737
--- /dev/null
@@ -0,0 +1,9 @@
+<?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/html/docbook.xsl"/>
+
+  <!--
+  <xsl:include href="user_param.xsl" />
+  -->
+</xsl:stylesheet>