view DOCS/xml/BUGS @ 10497:9e6becbd5c8a

draw rectangle with color key, avoid blue bars. avoid PutSurface before 1'st image
author iive
date Mon, 28 Jul 2003 20:04:09 +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?