[Simple-support] Namespace support
Brought to you by:
niallg
|
From: Patrick S. <si...@ge...> - 2008-07-30 12:24:54
|
I was not able to find documents that cover the topic of namespaces in simple. How would one implement namespaces such as foo:bar. I did come up with one idea, that involves @Element(name="foo:bar"), @Root(name="foo:bar") and @Attribute(name...) but I suppose that there might be a better way. regards siyb |