summaryrefslogtreecommitdiffstats
path: root/libxml2/doc/tutorial/customhtml.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/doc/tutorial/customhtml.xsl')
-rw-r--r--libxml2/doc/tutorial/customhtml.xsl18
1 files changed, 18 insertions, 0 deletions
diff --git a/libxml2/doc/tutorial/customhtml.xsl b/libxml2/doc/tutorial/customhtml.xsl
new file mode 100644
index 0000000..4837468
--- /dev/null
+++ b/libxml2/doc/tutorial/customhtml.xsl
@@ -0,0 +1,18 @@
+<?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/1.61.2/html/chunk.xsl" />
+
+<!-- use callout graphics -->
+<xsl:param name="callout.graphics">1</xsl:param>
+
+<!-- use admonition graphics -->
+<xsl:param name="admon.graphics">1</xsl:param>
+<xsl:template match="revhistory"></xsl:template>
+<xsl:template match="revision"></xsl:template>
+<xsl:template match="revnumber"></xsl:template>
+
+<xsl:template match="revremark"></xsl:template>
+
+</xsl:stylesheet> \ No newline at end of file