]> arthur.barton.de Git - netatalk.git/blob - doc/man.xsl.in
fce: afpd: missing includes and fix SIGCLD handler argument list
[netatalk.git] / doc / man.xsl.in
1 <?xml version='1.0'?> 
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> 
3 <xsl:import href="@DOCBOOK_ROOT@/manpages/docbook.xsl"/> 
4
5 <!-- * Collect date from <refmiscinfo class="date"> -->
6 <xsl:param name="refentry.date.profile.enabled">1</xsl:param>
7 <xsl:param name="refentry.date.profile">
8   (//refmiscinfo[@class='date'])[last()]
9 </xsl:param>
10
11 <!-- * Suppress extra :VERSION: -->
12 <xsl:param name="refentry.version.suppress">1</xsl:param>
13
14 <!-- * Example without numbering -->
15 <xsl:param name="local.l10n.xml" select="document('')"/>
16 <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
17 <l:l10n language="en">
18  <l:context name="title">
19     <l:template name="example" text="Example.&#160;%t"/>
20  </l:context>
21  <l:context name="title-numbered">
22     <l:template name="example" text="Example.&#160;%t"/>
23  </l:context>
24 </l:l10n>
25 </l:i18n>
26 </xsl:stylesheet>