Ignore:
File:
1 edited

Legend:

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

    r52dcb7d ra4eaba6  
    1 <?xml version='1.0' encoding='ISO-8859-1'?>
     1<?xml version='1.0' encoding='UTF-8'?>
    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   <!-- Use ISO-8859-1 for output instead of default UTF-8 -->
    14   <xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/>
     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'"/>
    1520
    1621  <!-- Including our customized elements templates -->
     
    3439  <xsl:param name="ulink.target" select="''"/>
    3540  <xsl:param name="css.decoration" select="0"/>
    36 
    37   <!-- No XML declaration -->
    38   <xsl:param name="chunker.output.omit-xml-declaration" select="'yes'"/>
    3941
    4042  <!-- Control generation of ToCs and LoTs -->
Note: See TracChangeset for help on using the changeset viewer.