ZF-5238: Add support for looking up Zend_Gdata entry/feed versions when calling looku...
[zend.git] / documentation / manual / nl / html.xsl.in
blob4cb699c8c825ee1581d2499b34e51dd8790982b8
1 <?xml version="1.0" encoding="UTF-8"?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3 xmlns:fo="http://www.w3.org/1999/XSL/Format"
4 version="1.0">
6 <xsl:import href="@DOCBOOK_XSL@"/>
7 <xsl:param name="use.extensions">0</xsl:param>
8 <xsl:param name="use.id.as.filename">1</xsl:param>
9 <xsl:param name="base.dir">./</xsl:param>
10 <xsl:param name="chunk.fast">1</xsl:param>
11 <xsl:param name="make.valid.html">1</xsl:param>
12 <xsl:param name="section.autolabel">1</xsl:param>
13 <xsl:param name="generate.index">1</xsl:param>
14 <xsl:param name="section.label.includes.component.label">1</xsl:param>
15 <xsl:param name="chunker.output.indent">yes</xsl:param>
16 <xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
17 <xsl:param name="chunk.first.sections">0</xsl:param>
18 <xsl:param name="chunk.tocs.and.lots">0</xsl:param>
19 <xsl:param name="html.extra.head.links">1</xsl:param>
20 <xsl:param name="generate.manifest">1</xsl:param>
21 <xsl:param name="admon.graphics">1</xsl:param>
22 <xsl:param name="admon.style"></xsl:param>
23 <xsl:param name="html.stylesheet">dbstyle.css</xsl:param>
24 <xsl:param name="header.rule">0</xsl:param>
25 <xsl:param name="footer.rule">0</xsl:param>
26 <xsl:param name="htmlhelp.chm" select="'Zend_Framework_NL.chm'"/>
27 <xsl:param name="htmlhelp.hhc.binary" select="0"/>
28 <xsl:param name="htmlhelp.hhc.folders.instead.books" select="0"/>
29 <xsl:param name="toc.section.depth" select="4"/>
31 <xsl:template name="user.header.navigation">
32 <!-- stuff put here appears before the top navigation area -->
33 </xsl:template>
35 <xsl:template name="user.footer.navigation">
36 <!-- stuff put here appears after the bottom navigation area -->
37 <xsl:element name="div">
38 <xsl:attribute name="class">revinfo</xsl:attribute>
39 <xsl:value-of select="//pubdate[1]"/>
40 </xsl:element>
41 </xsl:template>
44 </xsl:stylesheet>
45 <!--
46 vim:se ts=2 sw=2 et:
47 -->