[Mplayer-cvslog] CVS: main/DOCS/xml README,1.4,1.5 README.maintainers,1.2,1.3 BUGS,1.1,NONE
Dmitry Baryshkov CVS
lumag at mplayerhq.hu
Sun Sep 21 15:01:29 CEST 2003
Update of /cvsroot/mplayer/main/DOCS/xml
In directory mail:/var/tmp.root/cvs-serv4229
Modified Files:
README README.maintainers
Removed Files:
BUGS
Log Message:
Update readme's. Remove incorrect bug :)
Index: README
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- README 14 Sep 2003 19:10:55 -0000 1.4
+++ README 21 Sep 2003 13:01:25 -0000 1.5
@@ -13,8 +13,10 @@
files. Version 1.0.18 or later is recommended.
Also it's possible to use the Saxon XSLT Processor. Russian translator
-used it (version 6.4.4) for a while. To enable it change USE_SAXON to 1 in
-the Makefile.
+used it (version 6.4.4) for a while. If you have suitable JavaVM and a saxon.jar
+installed somewhere, configure will try to detect them. If autodetection fails,
+try to tweak DOCS/xml/configure to get it working and send us a patch :)
+
Installing the required tools from source
Index: README.maintainers
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/README.maintainers,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README.maintainers 21 Apr 2003 00:06:41 -0000 1.2
+++ README.maintainers 21 Sep 2003 13:01:25 -0000 1.3
@@ -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.
--- BUGS DELETED ---
More information about the MPlayer-cvslog
mailing list