summaryrefslogtreecommitdiffstats
path: root/libxml2/doc/tutorial/customhtml.xsl
blob: 4837468c4fc763262c76280802ffa2d91ecfddaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>