简体   繁体   English

浏览器外的 xforms - 特别是 .NET WPF 应用程序

[英]xforms outside a browser - specifically .NET WPF app

Looking for examples of rendering / filling out arbitrary forms defined by XForms (or some similar alternative) inside a WPF desktop app.在 WPF 桌面应用程序中寻找由 XForms(或一些类似的替代方法)定义的任意 forms 的渲染/填充示例。

Are there any .NET implementations of XForms (almost everything I can find is in Java or running in a web browser)?是否有任何 XForms 的 .NET 实现(我能找到的几乎所有东西都在 Java 或在 web 浏览器中运行)?

Is there are better way of defining forms for use in the .NET world?是否有更好的方法来定义 forms 以用于 .NET 世界?

If you look at XSLTForms, you will see that it is based on an XSLT stylesheet which can be applied either at client-side or at server-side.如果您查看 XSLTForms,您会发现它基于 XSLT 样式表,可以在客户端或服务器端应用。

There are no specific.Net classes but it works well with.Net.没有特定的.Net 类,但它适用于.Net。

-Alain -阿兰

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 WPF Win应用程序和浏览器应用程序 - WPF win app and browser app 如何在没有 Silverlight 插件或 Z303CB0EF9EDB9082D61BBBE5825D9 运行时的任意浏览器中运行我现有的 .NET WPF 应用程序? - How can I run my existing .NET WPF app in an arbitrary browser without a Silverlight plugin or .NET runtime? 是否有一个十二因素应用程序的示例,专门针对.NET / TFS环境进行调整? - Is there an example of a twelve-factor app with tweaks specifically for a .NET/TFS environment? 在WPF应用中运行网络浏览器? - Running web browser inside WPF app? 适用于本地运行的应用程序的Silverlight或WPF应用程序或WPF浏览器应用程序? - Silverlight or WPF Application or WPF Browser Application for app running locally? 将 WPF 应用与 from.Net 4.5 迁移到.Net 5 - Migrate WPF App with from .Net 4.5 to .Net 5 如何在 WPF 应用程序中传播在我的视图之外完成的更改 - How to propagate changes done outside my View in a WPF app (.Net + SQL Server + Azure)与(Java + Oracle + Google App Engine)哪个更适合此项目? - (.Net + SQL Server +Azure ) vs (Java + Oracle +Google App Engine) which is better for this project specifically? 使用IronPython专门针对app.config方面针对.NET程序集进行编码的问题 - Problem using IronPython to code against .NET assemblies specifically with app.config aspect .Net中的运行时配置(特别是EntLib) - Runtime Configuration in .Net (specifically the EntLib)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM