view DOCS/xml/BUGS @ 10795:2ab9ab4f07b4

Support for QuickTime6.3 DLLs. Patch by Dima K. <dimakar@yahoo.com>
author mosu
date Tue, 02 Sep 2003 14:40:16 +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?