summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/BUGS
diff options
context:
space:
mode:
authornicolas <nicolas@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-23 23:26:55 +0000
committernicolas <nicolas@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-23 23:26:55 +0000
commit5b1bd414021a75c10bcff405266df99f729a91da (patch)
treea9940552370353227a9549e04135f44dfb7b1b8e /DOCS/xml/BUGS
parentd0def6c25585ce26c81f8ba5545d9489e3b67fbe (diff)
downloadmpv-5b1bd414021a75c10bcff405266df99f729a91da.tar.bz2
mpv-5b1bd414021a75c10bcff405266df99f729a91da.tar.xz
XML version of MPlayer's doc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9675 b3059339-0415-0410-9bf9-f77b7e298cf2
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?