hi there,
I am using multiple namespaces in my schema and I generate Java codes using
SourceGen.
When I marshal my objects, I get this whenever a namespace changes:
<root xmlns="namespace_x">
<element xmlns="namespace_y">
...
This is valid XML, but, is it possible to get it like:
<root xmlns="namespace_x" xmlns:ns1="namespace_y">
<ns1:element>
...
Thanks.
Ozgur
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev