File: param_html.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 (26 lines) | stat: -rw-r--r-- 763 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
21
22
23
24
25
26
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- 

  param_html.xsl: Parameters generated by the configure-script

  $Id: param_html.xsl.in,v 1.4 2003/07/21 17:10:37 goba Exp $

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

<!-- Set output encoding -->
<xsl:output method="html" encoding="@ENCODING@"/>

<!-- Set output encoding for the chunker
     (was: default.encoding ) -->
<xsl:param name="chunker.output.encoding" select="'@ENCODING@'"/> 

<!-- Configure parameterized header of the PHP
     output of the phpweb stylesheet -->
<xsl:template name="phpweb.encoding">
 <xsl:text disable-output-escaping="yes">,
    'head' =&gt; array('@ENCODING@','@LANG@')</xsl:text>
</xsl:template>

</xsl:stylesheet>