summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/BUGS
blob: 7c53ea64926fe370eb0a74f61c6c5fcc69b1eb76 (plain)
1
2
3
4
5
6
7
8
9
* 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?