I need a web based xml editor most preferably in PHP which I want to use to edit my xml files. The ideal editor can be like this:
it should show a form to edit an item's all available keys
a similar form to add a new item
list view of all items from where I can click on anyone to edit/delete
Optional
If there are some <IMAGE> or <video> type elements then it would show a upload field in the form (It may need some manual implementation in the form)
Any ideas will be highly appreciated.
Thanks