File: hh-mod.xsl

package info (click to toggle)
fityk 0.4.4-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,472 kB
  • ctags: 2,617
  • sloc: cpp: 19,705; sh: 5,965; xml: 2,325; yacc: 356; makefile: 183; lex: 178
file content (18 lines) | stat: -rw-r--r-- 661 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<!-- $Id: hh-mod.xsl,v 1.1 2004/10/27 13:06:46 wojdyr Exp $ -->

<!-- a driver stylesheet for htmlhelp output (used with xmlto -m option) -->

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

  <!-- no entry for root element in ToC - expanded ToC as a default -->
  <xsl:param name="htmlhelp.hhc.show.root" select="0" />

  <!-- Jump1 button -->
  <xsl:param name="htmlhelp.button.jump1" select="1" />
  <xsl:param name="htmlhelp.button.jump1.url" 
	                 select="'http://fityk.sourceforge.net'" />
  <xsl:param name="htmlhelp.button.jump1.title" select="'Fityk HomePage'" />

</xsl:stylesheet>