users@jaxb.java.net

problems with generated xml documents

From: Norman <ns_at_ABAS.DE>
Date: Tue, 22 Jul 2003 09:54:40 -0600

Hi again,

the tip with samples/namespace-prefix was very good.
Is it possible to make jaxb put the namespace stuff into the head of the xml document like I do it my schema files?

This is what I want :

xmlns:ee="http://www.test.de/enumerationeElements
...
<ee:Version>01</ee:Version>
<ee:DokuArt>EDIFACT</ee:DokuArt>
<ee:Beleg>VKAU</ee:Beleg>

because the files are getting very big.

Regards,
Norman