Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Converters
-
Labels:None
Description
XML converter renders objects with "simple" xml, ie
<book id="1"><title>Life</title></book>
In order to integrate with some other tools (Apache ODE), it is necessary to add a namespace to identify data type definition. The output should be like
<book xmlns="http://www.example.org/myapp" id="1"><title>Life</title></book>
the namespace could be defined at application level (Config.groovy) or domain class level (as an attribbute ?)
Thanks you
Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits
Namespace support should be a integrated part of any web app framework that deals with xml.