Libraries/Solutions for using XSL to create interactive web forms from XML

Posted by Brabster on Stack Overflow See other posts from Stack Overflow or by Brabster
Published on 2009-10-11T09:55:08Z Indexed on 2010/03/26 10:53 UTC
Read the original article Hit count: 309

Filed under:
|
|
|
|

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,

© Stack Overflow or respective owner

Related posts about xsl

Related posts about Xml