03ae3854e71f4eb7e70aa931c9fdf739d7e9f115
[debian/amanda] / man / xslt / html.xsl.in
1 <?xml version='1.0'?>
2 <!-- vim:set sts=2 shiftwidth=2 syntax=xml: -->
3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4                 version='1.0'>
5
6
7 <!-- the @..@ is substituted by config.status to contain the XSL release selected
8      at configure time -->
9 <xsl:import href="http://docbook.sourceforge.net/release/xsl/@XSLREL@/html/docbook.xsl"/>
10
11 <xsl:import href="settings.xsl"/>
12
13 <xsl:param name="citerefentry.link" select="'1'"/>
14 <xsl:param name="css.decoration" select="1"/>
15 <xsl:param name="html.stylesheet" select="'amanda.css'"/>
16 <xsl:param name="html.stylesheet.type">text/css</xsl:param>
17 <xsl:param name="html.cleanup" select="1"/>
18 <xsl:param name="use.extensions" select="'0'"/>
19 <xsl:param name="use.id.as.filename" select="'0'"/>
20 <xsl:param name="use.local.olink.style" select="1"/>
21 <xsl:param name="use.role.as.xrefstyle" select="1"/>
22
23 <!-- generate correct links to other manpages -->
24 <xsl:template name="generate.citerefentry.link">
25   <xsl:value-of select="refentrytitle"/><xsl:text>.</xsl:text><xsl:value-of select="manvolnum"/><xsl:text>.html</xsl:text>
26 </xsl:template>
27
28 <xsl:template match="author">
29 </xsl:template>
30
31 </xsl:stylesheet>