]> arthur.barton.de Git - netatalk.git/blob - doc/html.xsl.in
Adjust www manual path
[netatalk.git] / doc / html.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@/xhtml/chunk.xsl"/> 
4         <xsl:param name="use.id.as.filename" select="'1'"/>
5         <xsl:param name="chunk.section.depth" select="0"></xsl:param>
6         <xsl:param name="chunk.separate.lots" select="1"></xsl:param>
7         <xsl:param name="html.stylesheet" select="'http://netatalk.sourceforge.net/css/netatalk.css'"/>
8
9         <xsl:template name="user.header.navigation">
10                 <xsl:variable name="codefile" select="document('netatalk.html',/)"/>
11                 <xsl:copy-of select="$codefile/*/node()"/>
12         </xsl:template>
13 </xsl:stylesheet>