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:
authorMiguel de Icaza <miguel@gnome.org>2004-06-16 07:44:07 +0400
committerMiguel de Icaza <miguel@gnome.org>2004-06-16 07:44:07 +0400
commit9db358014d21ae24cb9831110fbbc8b56d8ba974 (patch)
treed74e01ce3eab44f94f0003afdd635c9cddaecd8d /man
parent8851829869b0f00c86ea3b074e5476aaa4de6d41 (diff)
Lets hide this
svn path=/trunk/mono/; revision=29658
Diffstat (limited to 'man')
-rw-r--r--man/mono.110
1 files changed, 0 insertions, 10 deletions
diff --git a/man/mono.1 b/man/mono.1
index 482f6b3b2bd..3bb7cc55911 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -310,16 +310,6 @@ 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. NOTE: Today unmanaged XSLT is not supported
-officially and bugs in unmanaged XSLT won't be fixed.
.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