Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2003-12-24 20:08:07 +0300
committerAtsushi Eno <atsushieno@gmail.com>2003-12-24 20:08:07 +0300
commit248f5d7bf646ac6042ea63b32069545d8caf8f24 (patch)
tree1984feb5f2fc1a4624a06ed8244f4f14a749d42c /man
parent8171962e6a3b625d0edb093c45c7acb51da5e420 (diff)
2003-12-24 Atsushi Enomoto <atsushi@ximian.com>
* mono.1 : added MONO_UNMANAGED_XSLT env. value (will be available soon). svn path=/trunk/mono/; revision=21477
Diffstat (limited to 'man')
-rw-r--r--man/mono.19
1 files changed, 9 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index b668b344a33..db2d2fc192f 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -256,6 +256,15 @@ If set its the directory where the ".wapi" handle state is stored.
This is the directory where the Windows I/O Emulation layer stores its
shared state data (files, events, mutexes, pipes). By default Mono
will store the ".wapi" directory in the users's home directory.
+.TP
+.I "MONO_UNMANAGED_XSLT"
+If set any value, System.Xml.Xsl.XslTransform uses libxslt-based
+transformation engine (a.k.a Unmanaged XSLT). Unmanaged XSLT has
+long been used for XSLT engine while Managed XSLT engine is so
+new and might have some bugs. Basically we recommend Managed XSLT
+solution, but if it contains some blocking bugs, then you can also
+use traditional libxslt. If you want to use msxsl:script, you have
+to select Managed XSLT.
.SH FILES
On Unix assemblies are loaded from the installation lib directory. If you set
`prefix' to /usr, the assemblies will be located in /usr/lib. On