Issue using assemblies and namespaces in msxsl
问题 I have an XSL transform that is using msxsl to add extension methods in C#. I have the following setup for msxsl: <msxsl:script language="C#" implements-prefix="cs"> <msxsl:assembly name="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" /> <msxsl:assembly name="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" /> <msxsl:using namespace="System.Collections.Generic" /> <msxsl:using namespace="System.Linq" /> <msxsl:using namespace