log src/tools/xml_tools.py @ 764:d0e809014ea2

age author description
2013-12-24 Goffi core (xml_tools), frontends: added a prefix to XMLUI form names in result data, to avoid name conflicts (e.g.: if a form has name "submit", and this name is also used internally by SàT)
2013-12-24 Goffi core (xml_tools): dataForm*2XML renamed to dataForm*2XMLUI and now return XMLUI instead of raw XML + submit_id is managed, and session_id is returned if present
2013-12-24 Goffi backend, frontends: XMLUI refactoring:
2013-12-24 Goffi backend, frontends: callbacks refactoring:
2013-12-24 Goffi core (xml tools): bad default parameter in XMLUI.addList
2013-10-24 souliane core (tools): small fix in using imported methods
2013-10-15 Goffi core, plugins: fixed bad use of children instead of elements() for domish.Element instances.