Windows mobile 6.1 上的 MSXML
我是新手,在这个论坛上找不到任何合适的答案。
如何在 Windows Mobile 6.1 设备上获取 MSXML?我的项目基于.Net CF 3.5,语言为C#,并且想要XSLT转换功能。我了解到可以在 Windows PC 操作系统中使用 MSXML。但如何让它适用于 Windows Mobile 应用程序呢?
I am a newbie and could not find any suitable answer on this forum.
How can I get MSXML on windows mobile 6.1 device? My project is .Net CF 3.5 based, language C# and would like to XSLT transformation capabilities. I got to know that it is possible to use MSXML in windows pc os. But how to make it work for a windows mobile application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经在 WindowsCE 上成功使用了 gnome xml 库。 libxml2 和 libxslt 都是探索您的需求的好途径。
我还成功地使用了 libxmlsec,我怀疑 Microsoft 是否接近支持它。
I have used the gnome xml libraries successfully on WindowsCE. Both libxml2 and libxslt are a good avenue to explore for you requirements.
I have also successfully used libxmlsec, which I doubt Microsoft is even close to supporting.