[Mono-list] prototype XSLT debugging patch ...

Atsushi Eno atsushi at ximian.com
Thu Nov 30 00:56:15 EST 2006


Hello,

No further patch so far, so I committed my patch.

> string env = Environment.GetEnvironmentVariable ("MONO_XSLT_STACK_FRAME");
> if (env == null)
>   env =
> System.Configuration.ConfigurationSettings.AppSettings["MONO_XSLT_STACK_FRAME"];
> 
> I'm no expert on System.Configuration so there may be a better way...
> 

me neither (except for some 2.0 stuff) but I don't think using
AppSettings is good for this purpose.

Atsushi Eno


More information about the Mono-list mailing list