OSDN Git Service

Merge branch 'master' of git://repo.or.cz/TortoiseGit
[tortoisegit/TortoiseGitJp.git] / doc / xsl / htmlhelp.xsl
1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> \r
2 \r
3 <xsl:import href="./db_htmlhelp.xsl"/> \r
4 <xsl:import href="./defaults.xsl"/> \r
5  <xsl:param name="keep.relative.image.uris" select="0"/>\r
6 \r
7 <xsl:param name="suppress.navigation" select="0"/> \r
8 <xsl:param name="toc.section.depth" select="4"/> \r
9 <xsl:param name="htmlhelp.force.map.and.alias" select="1"/> \r
10 <xsl:param name="htmlhelp.show.menu" select="1"/> \r
11 <xsl:param name="htmlhelp.show.advanced.search" select="1"/> \r
12 <xsl:param name="htmlhelp.hhc.folders.instead.books" select="1"></xsl:param>\r
13 <xsl:param name="htmlhelp.hhc.binary" select="0"></xsl:param>\r
14 <xsl:param name="htmlhelp.use.hhk" select="1"></xsl:param>\r
15 <xsl:param name="htmlhelp.hhp.tail">\r
16 [FILES]\r
17 images\svn_move.swf\r
18 </xsl:param>\r
19 \r
20 </xsl:stylesheet> \r