Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a user friendly XML editor out there? I can't find anything good, preferably open source [closed]

Tags:

editor

xml

Something to take an XML schema and let you add/edit data but not change the XML structure, preferably installed on a server. basically a UI to edit xml documents as a web app. Someone has got to have done this already right?

like image 306
user9627 Avatar asked Sep 15 '08 19:09

user9627


2 Answers

Xopus is a commercial XML editor designed specifically to be used by non-technical people. Xopus is browser based and can be installed on any webserver. Xopus keeps the XML document 100% valid at all times using XML Schema and has a WYSIWYG view using XSLT.

You could use the DOM API to configure it so that only the text can be changed, not the structure.

Direct link to a demo.

like image 85
Laurens Avatar answered Oct 07 '22 00:10

Laurens


Liquid XML have a nice free version

update: (as of March 10 2010) it seems that the editor is no longer free

like image 35
Raz Avatar answered Oct 06 '22 22:10

Raz