Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I have a very simple xml file that looks something like this:

<teams>
    <team lead="jim" wing="bob" />
    <team lead="frank" wing="mary" />
    <team lead="george" wing="hans" />
</teams>

I need to let people edit this file using a web interface, preferably served over apache. It should just list the "lead" and "wing" attributes in a table and allow them to be edited as free-form text. Before I start mucking about and writing my own, is there some kind of super-simple framework that does this kind of thing out of the box? Preferably open source.

share|improve this question
Programming questions are really better suited for Stack Overflow - note that product and service recommendations ("which framework should I use?") are off-topic on all stack exchange sites though - you may not get much help there either unless you can enumerate specific requirements... – voretaq7 May 6 '12 at 2:50

closed as off topic by voretaq7 May 6 '12 at 2:50

Questions on Server Fault are expected to relate to professional server, networking, or related infrastructure administration within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.