开发者

XSLT on Compact Framework with Mono [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

This question does not appear to be about programming within the scope defined in the help center.

Closed 7 years ago.

Improve this question

I'm working on a project that needs XSLT o开发者_开发知识库n a variety of Compact Framework supported products running WinCE 4.2, WinCE 5.0, WinMobile 5.0, etc. Many of these products do not have msxml installed and although that may be a possible solution, I do not have the authorization to use native libraries.

I've noticed that mono project supports XSLT. - Would it be possible to compile against compact framework? (notable problem would be if there's any emit requirements) - Is that permissible? And if so, how does the licensing work?


The Mono class library is licensed under MIT/X11 license,

http://www.mono-project.com/FAQ:_Licensing

So if you find any classes missing in .NET CF, and Mono happens to have the same class implemented, you can use the Mono implementation.

https://github.com/mono/mono/tree/master/mcs/class

My way is to copy the *.cs files from Mono code base into *.csproj projects, and compile it along with my own source files.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜