Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-xsl/nochunks.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:output method="xml"
    14               encoding="UTF-8"
    15               media-type="application/xhtml+xml"
    16               doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
    17               doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
    18               omit-xml-declaration="yes"
    19               indent="no" />
     13  <!-- Fix encoding issues with default UTF-8 output of the xhtml stylesheet -->
     14  <xsl:output method="html" encoding="ISO-8859-1" indent="no" />
     15
    2016  <!-- Include our customized templates -->
    2117  <xsl:include href="common.xsl"/>
Note: See TracChangeset for help on using the changeset viewer.