File: htmlhelp-config.xsl.in

package info (click to toggle)
php-doc 20061001-1
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 45,764 kB
  • ctags: 1,611
  • sloc: xml: 502,485; php: 7,645; cpp: 500; makefile: 297; perl: 161; sh: 141; awk: 28
file content (20 lines) | stat: -rw-r--r-- 693 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<!-- 

  htmlhelp-config.xsl: Parameters generated by the configure-script

  $Id: htmlhelp-config.xsl.in,v 1.2 2004/10/18 20:15:17 techtonik Exp $

-->

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

<xsl:param name="htmlhelp.encoding" select="'@HTMLHELP_ENCODING@'"/>
<xsl:param name="default.encoding" select="'@HTMLHELP_ENCODING@'"/>
<xsl:param name="htmlhelp.chm" select="'php_manual_@LANG@.chm'"/>
<xsl:param name="htmlhelp.hhp" select="'php_manual_@LANG@.hhp'"/>
<xsl:param name="htmlhelp.hhc" select="'php_manual_@LANG@.hhc'"/>
<xsl:param name="htmlhelp.hhk" select="'php_manual_@LANG@.hhk'"/>

</xsl:stylesheet>