Merge branch 'bare-repo'
[TortoiseGit.git] / doc / xsl / sr_spc / htmlhelp.xsl
blob1c531ba2d9b81dbbfc88b6e96165f7f3987c15f7
1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
3 <xsl:import href="../htmlhelp.xsl"/>
5 <xsl:param name="htmlhelp.encoding" select="'windows-1251'"/>
6 <xsl:param name="chunker.output.encoding" select="'windows-1251'"/>
8 <!-- Saxon-specific parameters
9 <xsl:param name="saxon.character.representation" select="'native'"/>
10 <xsl:param name="manifest.in.base.dir" select="1"/>
11 -->
13 <!-- produce correct back-of-the-book index for non-English-alphabet languages,
14 don't work with xsltproc (tested up to v.2.06.19)
15 <xsl:include href="file:///C:/works/TSVN/Tools/xsl/html/autoidx-ng.xsl"/>
16 -->
18 <!-- to use with xml catalog
19 <xsl:include href="http://docbook.sourceforge.net/release/xsl/current/html/autoidx-ng.xsl"/>
20 -->
22 </xsl:stylesheet>