users@jaxb.java.net

Re: Namespace Question

From: Shashi Garje <sgarje_at_cccis.com>
Date: Thu, 24 Apr 2003 15:13:27 -0600

I tried the com.megginson.sax.XMLWriter
I still cannot get the original namespace from the schema.
I still get ns1.

I notice that the Javadoc for that class says

The XML writer allows two methods for selecting prefixes:

1. the qualified name
2. the setPrefix method.

The second one "setPrefix" is an actual method in the class but
I cannot find any method that would tell it to use the namespace
from the schema.

Kohsuke.Kawaguchi_at_Sun.COM suggests that the above class be
modified, can some one give me a hint as to what modification
I need to make.

Thanks.