[PyWrapper-devel] Editing metadata in configTool
Status: Alpha
Brought to you by:
jatorre
From: Javier de la T. <ja...@gm...> - 2006-07-27 11:30:16
|
Hi, Actually there is no editor for the metadata in the PyWrapper configuration tool. The metadata is stored in an XML document comformant to the TAPIR XML schema. It looks like the perfect scenario to try XForms. We read the XML schema to generate the HTML with the form to edit and then we serialize with XUpdate to update the XML document... In a perfect world this would be automatically done and we would not have to program anything, but... anybody has tried something like this? Here is a list of XForms implementations: http://www.w3.org/MarkUp/Forms/#implementations And here are two funny projects that I dont think we can consider but that I find curious. http://bitfluxeditor.org/demo/ http://xopus.com/demo/ Cheers. |