I want to create a web based interface to configure a system. My systems configuration is defined using XML for which I have an XML schema. I am looking for a Java Library which takes this schema and automatically creates a nice web based interface for viewing and editing the XML configuration document.
It would be nice if this library would allow compound elements to be expanded and hidden and of course ensured the resultant XML is compliant with the XSD.
Should I be using Xform somewhere in here?
Regards