我正在使用脚本xslt
xslt
<msxsl:script language ='C#'> <msxsl:assembly='c:\mydll.dll' />
如何动态定义 dll 的路径或配置 dll 的路径或相对路径。
Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们可以使用xslt文件中的相对路径
<msxsl:assembly='../mydll.dll' />
路径与应用程序无关,路径与xslt文件相关