Mercurial > mplayer.hg
diff DOCS/xml/README.maintainers @ 10911:a2b9b13af73f
Update readme's. Remove incorrect bug :)
author | lumag |
---|---|
date | Sun, 21 Sep 2003 13:01:25 +0000 |
parents | 9e6a41a7d6a8 |
children | f9e8401ec049 |
line wrap: on
line diff
--- a/DOCS/xml/README.maintainers Sun Sep 21 12:59:13 2003 +0000 +++ b/DOCS/xml/README.maintainers Sun Sep 21 13:01:25 2003 +0000 @@ -31,8 +31,13 @@ 'html.xsl'. And do not forget to import the toplevel XSL file: <xsl:import href="../html.xsl"/> +5) If you wish to change output encoding of generated files, create html.xsl + as suggested in step 4) and add somwhere after <xsl:import .../> such string: -5) If you are using your own HTML stylesheet, edit your Makefile and set + <xsl:param name="chunker.output.encoding" select="'your_encoding'"/> + + Use ru/html.xsl as example. +6) If you are using your own HTML stylesheet, edit your Makefile and set the HTML_STYLESHEET variable to its name. That's all, in theory.