summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/README
diff options
context:
space:
mode:
authorlumag <lumag@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-30 16:41:14 +0000
committerlumag <lumag@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-30 16:41:14 +0000
commit409cfd1eb6e23d5d8bc5b48371b9e3b3780cb0e6 (patch)
treead311c4fff3e3dd4b621760b5e3e80f0433c177b /DOCS/xml/README
parent004d3a060cd0d550fa454120c9a3b3616e0211ac (diff)
downloadmpv-409cfd1eb6e23d5d8bc5b48371b9e3b3780cb0e6.tar.bz2
mpv-409cfd1eb6e23d5d8bc5b48371b9e3b3780cb0e6.tar.xz
Add support for the Saxon XSLT Processor.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10026 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/README')
-rw-r--r--DOCS/xml/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/xml/README b/DOCS/xml/README
index a1cd1dbbc3..04fd9f5576 100644
--- a/DOCS/xml/README
+++ b/DOCS/xml/README
@@ -12,6 +12,10 @@ ones successfully, so they are required:
* xsltproc (part of libxslt1) is used for transforming XML files into HTML
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.
+
Building the documentation
~~~~~~~~~~~~~~~~~~~~~~~~~~