Mercurial > mplayer.hg
view DOCS/xml/BUGS @ 10594:57bdcdb061d7
Removed the historic cfgparser and switched full to the new config parser (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies.
author | alex |
---|---|
date | Wed, 13 Aug 2003 16:29:32 +0000 |
parents | 461f71ba8af4 |
children |
line wrap: on
line source
* 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?