1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00
mpv/DOCS/xml/BUGS
nicolas 5b1bd41402 XML version of MPlayer's doc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9675 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-23 23:26:55 +00:00

10 lines
303 B
Plaintext

* 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?