File: id.htmlhelp.xsl

package info (click to toggle)
idzebra 2.2.10-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 10,644 kB
  • sloc: ansic: 54,389; xml: 27,054; sh: 6,211; makefile: 1,099; perl: 210; tcl: 64
file content (18 lines) | stat: -rw-r--r-- 678 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
	        version="1.0">

<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/htmlhelp/htmlhelp.xsl" />

<xsl:template name="body.attributes">
   <link rel="stylesheet" type="text/css" href="common/style1.css"/>
</xsl:template>
<xsl:variable name="suppress.navigation">0</xsl:variable>
<xsl:variable name="use.id.as.filename">1</xsl:variable>
<xsl:variable name="generate.book.toc">1</xsl:variable>
<xsl:variable name="toc.section.depth">3</xsl:variable>
<xsl:variable name="generate.toc.section.depth">3</xsl:variable>
<xsl:variable name="section.autolabel">1</xsl:variable>

</xsl:stylesheet>