2003-01-03 06:06:14 +01:00
|
|
|
<?xml version='1.0'?>
|
|
|
|
|
|
|
|
<!-- $FreeBSD$ -->
|
|
|
|
|
|
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
2013-01-23 14:05:57 +01:00
|
|
|
version='1.0'>
|
2012-08-21 21:16:02 +02:00
|
|
|
|
2003-01-03 06:06:14 +01:00
|
|
|
<!-- Global customisation -->
|
|
|
|
|
|
|
|
<!-- Redefine variables, and replace templates as necessary here -->
|
|
|
|
<xsl:template match="hostid|username|groupname|devicename|maketarget|makevar">
|
|
|
|
<xsl:call-template name="inline.monoseq"/>
|
|
|
|
</xsl:template>
|
|
|
|
|
|
|
|
<xsl:param name="toc.section.depth" select="1"/>
|
|
|
|
<xsl:param name="section.autolabel" select="1"/>
|
|
|
|
<xsl:param name="section.label.includes.component.label" select="1"/>
|
|
|
|
|
|
|
|
</xsl:stylesheet>
|