If i generate XML with JAXB i want to customize my root tag like the following:
<root xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance">
...
...
...
</root>
If i export currently the XML data the output is without that!
Is there a possibility to customize the root tag in java?
Thanks
Christoph Brunner