-3

I am taking part in a project where I got to write a program which takes as an input XSLT file and return proper C# code. Besides It is really something new for me I don't know how to get started. Could anyone give me some prompts how to strike up with this project?Thanks in advance!

4

1 回答 1

2

好吧,微软有xsltc将样式表编译为 .NET 程序集。您可以使用Reflector之类的工具将程序集反编译为 C# 代码。

于 2013-04-29T13:41:02.490 回答