diff DOCS/xml/BUGS @ 9674:461f71ba8af4

XML version of MPlayer's doc
author nicolas
date Sun, 23 Mar 2003 23:26:55 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/DOCS/xml/BUGS	Sun Mar 23 23:26:55 2003 +0000
@@ -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?