The XslTransform behavior is broken in .Net 2.0 because it needs an input
parameter EnableScripts that was not required in .Net 1.1

I can easily fix the classic behavior code so that XslTransform will again
work by supplying the required parameter in the call.

The change in .Net 2.0 is to handle potential security concerns with
processing external XML streams. The Enable Scripts parameter means that
XslTransforms must now be turned on explicitly rather than being on by
default. FlexWiki should retain that capability.

what I want is to place a configuration setting 'DisableXslTransforms' in
flexwiki.config where a false value will turn on XslTransforms and anything
else (true, empty, not present) will disable XslTransforms throughout the
wiki.

The problem is that ClassisBehavior is in the Core and the
ApplicationSettings are in the WebApplication. It would be necessary ,
AFAIKS, to add a reference to  the WebApp into the Core, but I don't  want
to do this as it would  create a dependency that is not desirable. How else
can this be done? Or is it not possible?

John Davidson
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

Reply via email to