I would like to have an xml editing interface for a site's backend.
There are many php based CMSes of varying sizes (my favorite being modx), but for some projects it is just overkill.
The point of this xml management system would be that the user would have a graphical interface for xml file generation, from the browser.
some additional features would be nice too like an image uploader and file manager.
does anyone know of any tools that do that?
--- edit ---
I guess I should mention the purpose too. I'm looking to create a backend for a flash based website. It would be a nice bonus to have an HTML browser-able site too, but what I'd really like is a single XML file that can be edited through this back end. I'll play around with getsimple a bit to see what I can do though.
It would be best if the backend acted as a scaffolding to the xml file, and I could set up some rules and fields, that the scaffolding would adhere to. And use WYSIWYG text editing, file uploading/linking, or color pickers.
I like the simplicity of lenya's (Apache java/xml CMS) layout http://lenya.apache.org/index/screenshots.html, though I must admit I haven't been able to try it, just that the first few screenshots look like what I have in mind.