Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从 XSD 生成 XML 数据。特别是,从给定的模式中,应“即时”构建 GUI,允许输入/编辑该模式的实例。不幸的是,纯粹的 XSD 并不适合描述这种 GUI 的外观。
问:是否有任何通用方法可以从 XSD 构建 GUI?不是最终的解决方案,而是一种通过使用其他工具来实现这一点的方法。
非常感谢 ;-)
一种选择是支持XSD的EMF和用于 GUI 的Graphiti或GMF 。