The project Edit
XML provides a servlet based solution for managing sets of
XML files for XML based publishing systems like Cocoon.
Functionality
XML domains: XML files can be grouped
into XML domains. Each XML domain has its own
XML paths: The idea behind is
to use arbitrary XHTML fragments inside an XML
structure. The XML structure is defined by the
XML paths according to the
XPath
specification. Based upon this structure, the field
names of the input fields are defined as the
corresponding XML path.
editor(defined as JSP)
DTD: document type definition
Servlet handling the conversion between XML files and
XML forms. Based upon these conversion, for each
domain it is only necessary to implement a JSP based
editor.