Minor optimization: Use calculated current branch index
[TortoiseGit.git] / doc / xsl / sr_spc / htmlchunk.xsl
blobf8c0eed62593306ef0e5a323e4f79df638ea10b1
1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
3 <xsl:import href="../htmlchunk.xsl"/>
5 <xsl:param name="chunker.output.encoding" select="'windows-1251'"/>
6 <xsl:output encoding='windows-1251' method='html' saxon:character-representation="'native;decimal'" xmlns:saxon="http://saxon.sf.net/" />
9 <!-- produce correct back-of-the-book index for non-English-alphabet languages,
10 don't work with xsltproc (tested up to v.2.06.19)
11 <xsl:include href="file:///C:/works/TSVN/Tools/xsl/html/autoidx-ng.xsl"/>
12 -->
14 <!-- to use with xml catalog
15 <xsl:include href="http://docbook.sourceforge.net/release/xsl/current/html/autoidx-ng.xsl"/>
16 -->
18 </xsl:stylesheet>