1

我需要在我的 dll 中包含程序集信息,我使用带有 XSLTC.exe 的命令提示符手动编译了 XSLT 文件。有谁知道怎么做?合并?

4

1 回答 1

0

Details provided here.

xsltc [options] [/class:<name>] <sourceFile> [[/class:<name>] <sourceFile>...]

/out: assemblyName

Specifies the name of the assembly that is output. The assembly name defaults to the name of the main style sheet or the first style sheet if multiple style sheets are present.

If the style sheet contains scripts, the scripts are saved to a separate assembly. Script assembly names are generated from the main assembly name. For example, if you specified CustOrders.dll for your assembly name, the first script assembly is named CustOrders_Script1.dll.

于 2010-11-27T07:31:35.383 回答