-
Notifications
You must be signed in to change notification settings - Fork 0
/
html.xsl.in
39 lines (39 loc) · 1.9 KB
/
html.xsl.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version='1.0'?>
<!--
# ZFDocumentor
#
# LICENSE
#
# This source file is subject to the new BSD license that is bundled
# with this package in the file LICENSE.txt.
# If you did not receive a copy of the license and are unable to
# obtain it through the world-wide-web, please send an email
# to [email protected] so we can send you a copy immediately.
#
# @category Documentation
# @author Mickael Perraud <[email protected]>
# @copyright Copyright (c) 2010-2011 Mickael Perraud <[email protected]>
# @license http://framework.zend.com/license/new-bsd New BSD License
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fo="http://www.w3.org/1999/XSL/Format" version='1.0'>
<xsl:import href="@DOCBOOK_XSL@"/>
<xsl:param name="admon.graphics">1</xsl:param>
<xsl:param name="admon.graphics.extension">.png</xsl:param>
<xsl:param name="admon.graphics.path">../../images/</xsl:param>
<xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
<xsl:param name="generate.toc">book toc</xsl:param>
<xsl:param name="highlight.source">1</xsl:param>
<xsl:param name="html.stylesheet">'../../styles/docbook.css'</xsl:param>
<xsl:param name="html.stylesheet.type">'text/css'</xsl:param>
<xsl:param name="htmlhelp.chm" select="'Zend_Framework_@ZF_VERSION@_@[email protected]'"/>
<xsl:param name="htmlhelp.hhc.binary" select="0"/>
<xsl:param name="htmlhelp.hhc.folders.instead.books" select="0"/>
<xsl:param name="label.from.part">1</xsl:param>
<xsl:param name="toc.max.depth">3</xsl:param>
<xsl:param name="toc.section.depth">3</xsl:param>
<xsl:param name="toc.section.depth">1</xsl:param>
<xsl:param name="use.id.function">1</xsl:param>
<xsl:param name="use.id.as.filename">1</xsl:param>
<xsl:template match="programlisting[@language != '']" mode="class.value">programlisting brush: <xsl:value-of select="@language"/></xsl:template>
</xsl:stylesheet>