aboutsummaryrefslogtreecommitdiffhomepage
path: root/DOCS/xml/BUGS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/xml/BUGS')
-rw-r--r--DOCS/xml/BUGS9
1 files changed, 9 insertions, 0 deletions
diff --git a/DOCS/xml/BUGS b/DOCS/xml/BUGS
new file mode 100644
index 0000000000..7c53ea6492
--- /dev/null
+++ b/DOCS/xml/BUGS
@@ -0,0 +1,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?