view DOCS/xml/BUGS @ 9776:861a40949bf3

fixes, some by Dmitry Baryshkov <lumag@qnc.ru>, some by me
author nicolas
date Mon, 31 Mar 2003 22:31:35 +0000
parents 461f71ba8af4
children
line wrap: on
line source

* Can't change output encoding...it's always ISO-8859-1. :-(
  Should figure out a way to change it...
  
  <xsl:output encoding="..."/> does not seem to work with xsltproc.
  
  <xsl:param name="chunker.output.encoding" select="'...'"/> seems not to
  work either.
  
  Is it a limitation of xsltproc?