view DOCS/xml/BUGS @ 10517:d94cb807c793

-noslices support for mencoder. ugly hack, but vf_crop and vf_expand are super buggy with slices enabled... :((
author rfelker
date Sun, 03 Aug 2003 18:59:49 +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?