/ libxml2 / doc / tutorial / customhtml.xsl
customhtml.xsl
 1  <?xml version='1.0'?>
 2  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
 3                  version='1.0'>
 4  
 5  <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.61.2/html/chunk.xsl" />
 6  
 7  <!-- use callout graphics -->
 8  <xsl:param name="callout.graphics">1</xsl:param>
 9  
10  <!-- use admonition graphics -->
11  <xsl:param name="admon.graphics">1</xsl:param>
12  <xsl:template match="revhistory"></xsl:template>
13  <xsl:template match="revision"></xsl:template>
14  <xsl:template match="revnumber"></xsl:template>
15  
16  <xsl:template match="revremark"></xsl:template>
17  
18  </xsl:stylesheet>