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"/>
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"/>
18 <!-- to use with xml catalog
19 <xsl:include href="http://docbook.sourceforge.net/release/xsl/current/html/autoidx-ng.xsl"/>