how can I pass a .net extension object assembly, which resides in the GAC to the .net XslTransform/.net XslCompiledTransform processor in Stylus Studio mapper, so that the namespace mechanism to call it from inside an XSLT stylesheet works?
Since the Stylus mappings are going to be used in BizTalk Server 2006 without further adjustments and we want to completely avoid msxsl:script this is our current option in the development environment.
This or something similar might make sense for .net invocation in a future Stylus Studio release. Alternatively it would be nice to be able to globally (not on project level) define more than one custom XSLT processor.