users@jaxb.java.net

Re: unexpected attribute xmlns:ns1

From: Kohsuke Kawaguchi <Kohsuke.Kawaguchi_at_Sun.COM>
Date: Tue, 28 Jan 2003 07:20:29 -0800

Apparently, the XML parser is passing namespace declarations as
attributes. Either you need to configure SAX parser not to do so, or
there's a problem in Oracle's XML parser (a bit unlikely, though)

Look for a documentation about SAX properties. The problem might be
solved if you use the setProperty/setFeature methods to change this
behavior.

regards,
--
Kohsuke KAWAGUCHI                  408-276-7063 (x17063)
Sun Microsystems                   kohsuke.kawaguchi_at_sun.com