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 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?
Share
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.