This seems like a pretty straightforward thing to do, but I can't find anything off the open-source shelf.
Is there a solution already out there that does the following:
- can be configured with an arbitrary XSL stylesheet
- generates a web form based on an arbitrary XML document and the XSL
- creates edit functionality in appropriate places in the rendered form
- updates the local representation of the XML document
- provides capabilities to view, save the new XML document
Ideally, one that plugs into a Java web application. Even better if it can generate the XSL based on schema documents - but that might not be feasible, not really thought it through.
For context, I'm thinking things like pleasant-for-humans editing of Maven POMs, ANT build.xml, etc.
Cheers,