view DOCS/xml/pl/html-common.xsl @ 11225:48bb1fd37d2a

Fixing tons of 10ls. Patch by rgselk <rgselknospam@yahoo.com>
author alex
date Wed, 22 Oct 2003 17:26:15 +0000
parents 6dfed0b2a300
children c0a674107197
line wrap: on
line source

<?xml version="1.0" encoding="ISO-8859-1"?>

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

  <xsl:param name="chunker.output.encoding" select="'utf-8'"/>
  <xsl:output encoding="utf-8"/>

</xsl:stylesheet>