users@jaxb.java.net

Re: Namespace Question

From: Wiedmann, Jochen <jochen.wiedmann_at_softwareag.com>
Date: Wed, 05 Feb 2003 20:19:36 +0100

> OK, I've seen the posts on this list regarding how to get rid
> of the ns1 prefix. The best suggestion so far has been to
> use the XMLWriter from David Megginson. I tried using that
> and used the setPrefix() method to set the prefix for the
> output namespace to "".

JaxMe uses by default the same prefix as specified in the
schema. You may also specify your own prefixes by overriding
some method of the marshaller.


Jochen