# HG changeset patch # User lumag # Date 1064149285 0 # Node ID a2b9b13af73f66fc6a3d35b305f11a12e1af3f8f # Parent eb339c10228ec72dd6503b2331097d178d2a3e09 Update readme's. Remove incorrect bug :) diff -r eb339c10228e -r a2b9b13af73f DOCS/xml/BUGS --- a/DOCS/xml/BUGS Sun Sep 21 12:59:13 2003 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -* Can't change output encoding...it's always ISO-8859-1. :-( - Should figure out a way to change it... - - does not seem to work with xsltproc. - - seems not to - work either. - - Is it a limitation of xsltproc? diff -r eb339c10228e -r a2b9b13af73f DOCS/xml/README --- a/DOCS/xml/README Sun Sep 21 12:59:13 2003 +0000 +++ b/DOCS/xml/README Sun Sep 21 13:01:25 2003 +0000 @@ -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 diff -r eb339c10228e -r a2b9b13af73f DOCS/xml/README.maintainers --- 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: +5) If you wish to change output encoding of generated files, create html.xsl + as suggested in step 4) and add somwhere after such string: -5) If you are using your own HTML stylesheet, edit your Makefile and set + + + 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.