annotate DOCS/xml/BUGS @ 10760:e652bc367e17

slight "grammar" fixes
author gabucino
date Sun, 31 Aug 2003 22:53:07 +0000
parents 461f71ba8af4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9674
461f71ba8af4 XML version of MPlayer's doc
nicolas
parents:
diff changeset
1 * Can't change output encoding...it's always ISO-8859-1. :-(
461f71ba8af4 XML version of MPlayer's doc
nicolas
parents:
diff changeset
2 Should figure out a way to change it...
461f71ba8af4 XML version of MPlayer's doc
nicolas
parents:
diff changeset
3
461f71ba8af4 XML version of MPlayer's doc
nicolas
parents:
diff changeset
4 <xsl:output encoding="..."/> does not seem to work with xsltproc.
461f71ba8af4 XML version of MPlayer's doc
nicolas
parents:
diff changeset
5
461f71ba8af4 XML version of MPlayer's doc
nicolas
parents:
diff changeset
6 <xsl:param name="chunker.output.encoding" select="'...'"/> seems not to
461f71ba8af4 XML version of MPlayer's doc
nicolas
parents:
diff changeset
7 work either.
461f71ba8af4 XML version of MPlayer's doc
nicolas
parents:
diff changeset
8
461f71ba8af4 XML version of MPlayer's doc
nicolas
parents:
diff changeset
9 Is it a limitation of xsltproc?