annotate DOCS/xml/BUGS @ 10157:e21bdbee4de2
Make configure run even on non POSIX compliant shells (Solaris).
Patch by Gtz Waschk <waschk@informatik.uni-rostock.de>.
author |
diego |
date |
Fri, 23 May 2003 00:24:28 +0000 |
parents |
461f71ba8af4 |
children |
|
rev |
line source |
9674
|
1 * Can't change output encoding...it's always ISO-8859-1. :-(
|
|
2 Should figure out a way to change it...
|
|
3
|
|
4 <xsl:output encoding="..."/> does not seem to work with xsltproc.
|
|
5
|
|
6 <xsl:param name="chunker.output.encoding" select="'...'"/> seems not to
|
|
7 work either.
|
|
8
|
|
9 Is it a limitation of xsltproc?
|