XML editor with intellisense/autocomplete based on XML Schema

依然范特西╮ 提交于 2019-12-05 01:45:43

Try eclipse with eclipse Web Tools installed. As far as I know, that editor has auto-complete.

Of course, a full eclipse install might be overkill...

"XAmple XML Editor project introduces a java Swing based XML editor that analyzes a given schema and then generates a document-specific graphical user interface. Unlike other XML editors, the XAmple XML editor GUI exposes not just a tree representation of the XML document but rather a logical combination of the XML document and respective XML Schema. The user interface of the XML editor is highly logical and intuitively comprehensible. To be able to prepare valid XML documents of significant complexity, a user is not required to be familiar with XML and XML Schema languages and to have any a-priori knowledge about the documents structural requirements."

I've tried it, and even my non-technical boss likes it.

IntelliJ Idea Community Edition comes with a good XML editor (enabled by default). It supports auto-complete based on the provided schema. Unfortunately it is an IDE as well as Eclipse, so it will be hard to make business users to use it.

Also you can use Ctrl-Q to view xs:documentation embedded into XML Schema.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!