开发者

How to create a GUI from DTD?

I have xml configs which are very complex. They are validated using dtds. I am looking for some application which reads the dtds and provides a开发者_如何学Go GUI interface to write xmls. So that we don't have to write xmls by hand. If there is nothing existing already, how to start with developing one?


did you try Eclipse? You can edit XML files according to the DTD.

If your audience is not development oriented, you can have a look to Editix XML Editor (the free version is already fully usable) or Notepad++ (a strange mix between the classic windows notepad and eclipse ;) ).

Otherwise, if you want to write come code, have a look to wxPython there are some widgets to edit/view HTML and XML.


Take a look at oXygen XML Author. It's not intended for programmers/developers like oXygen XML Editor is. It's a WYSIWYG XML authoring tool. You can create CSS stylesheets to display the XML in a way that is easy for the authors to create/modify the XML.

It's not free and you'll have to create CSS for display, but it is much better than trying to develop something from scratch. It also supports creating templates so that authors can start with a base XML file and then modify/update.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜