users@jaxb.java.net

Extent the root tag with xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ???

From: Christoph Brunner <news_chbr0001_at_YAHOO.DE>
Date: Wed, 04 Jun 2003 04:44:29 -0600

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