Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-xsl/chunk-slave.xsl

    ra4eaba6 r52dcb7d  
    1 <?xml version='1.0' encoding='UTF-8'?>
     1<?xml version='1.0' encoding='ISO-8859-1'?>
    22
    33<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
     
    1111  <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
    1212
    13   <xsl:param name="chunker.output.method" select="'xml'"/>
    14   <xsl:param name="chunker.output.encoding" select="'UTF-8'"/>
    15   <xsl:param name="chunker.output.media-type" select="'application/xhtml+xml'"/>
    16   <xsl:param name="chunker.output.doctype-public" select="'-//W3C//DTD XHTML 1.0 Strict//EN'"/>
    17   <xsl:param name="chunker.output.doctype-system" select="'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'"/>
    18   <xsl:param name="chunker.output.omit-xml-declaration" select="'yes'"/>
    19   <xsl:param name="chunker.output.indent" select="'no'"/>
     13  <!-- Use ISO-8859-1 for output instead of default UTF-8 -->
     14  <xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/>
    2015
    2116  <!-- Including our customized elements templates -->
     
    3934  <xsl:param name="ulink.target" select="''"/>
    4035  <xsl:param name="css.decoration" select="0"/>
     36
     37  <!-- No XML declaration -->
     38  <xsl:param name="chunker.output.omit-xml-declaration" select="'yes'"/>
    4139
    4240  <!-- Control generation of ToCs and LoTs -->
Note: See TracChangeset for help on using the changeset viewer.