comparison DOCS/xml/pl/html-common.xsl @ 11274:294b88c739ed

forgot there are two generators now
author wight
date Sun, 26 Oct 2003 18:47:04 +0000
parents c0a674107197
children 634b7aa76477
comparison
equal deleted inserted replaced
11273:9e5ab5bd128b 11274:294b88c739ed
2 2
3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4 version="1.0"> 4 version="1.0">
5 5
6 <xsl:param name="chunker.output.encoding" select="'iso-8859-2'"/> 6 <xsl:param name="chunker.output.encoding" select="'iso-8859-2'"/>
7 <xsl:output encoding="utf-8"/> 7 <xsl:output encoding="iso-8859-2"/>
8 8
9 </xsl:stylesheet> 9 </xsl:stylesheet>