added release.txt blurb. Fixed spelling typo in Defaults.xml
[scons.git] / test / Docbook / basedir / htmlhelp / image / htmlhelp.xsl
blob1cb254fe5e77362a46ecac1c5669be46f546b548
1 <?xml version='1.0'?>
2 <!--
4 Copyright (c) 2001-2010 The SCons Foundation
6 Permission is hereby granted, free of charge, to any person obtaining
7 a copy of this software and associated documentation files (the
8 "Software"), to deal in the Software without restriction, including
9 without limitation the rights to use, copy, modify, merge, publish,
10 distribute, sublicense, and/or sell copies of the Software, and to
11 permit persons to whom the Software is furnished to do so, subject to
12 the following conditions:
14 The above copyright notice and this permission notice shall be included
15 in all copies or substantial portions of the Software.
17 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
18 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
19 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
21 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
22 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
23 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25 -->
26 <xsl:stylesheet
27 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
28 xmlns:fo="http://www.w3.org/1999/XSL/Format"
29 version="1.0">
31 <xsl:import href="file:///usr/share/xml/docbook/stylesheet/docbook-xsl/htmlhelp/htmlhelp.xsl"/>
33 <xsl:param name="l10n.gentext.default.language" select="'en'"/>
34 <xsl:param name="section.autolabel" select="1"/>
35 <xsl:param name="base.dir" select="'output/'"/>
36 <xsl:param name="html.stylesheet" select="'scons.css'"/>
37 <xsl:param name="generate.toc">
38 /appendix toc,title
39 article/appendix nop
40 /article toc,title
41 book toc,title,figure,table,example,equation
42 /chapter toc,title
43 part toc,title
44 /preface toc,title
45 reference toc,title
46 /sect1 toc
47 /sect2 toc
48 /sect3 toc
49 /sect4 toc
50 /sect5 toc
51 /section toc
52 set toc,title
53 </xsl:param>
55 </xsl:stylesheet>