users@jaxb.java.net

Re: Marshalling Java to XML without namespaces

From: Kohsuke Kawaguchi <Kohsuke.Kawaguchi_at_Sun.COM>
Date: Tue, 22 Jun 2004 09:14:14 -0700

I think a similar question was posted a long time ago, so you might find
something if you search the archive.

You can use a stylesheet to strip the namespace, but you can also write
a simple SAX ContentHandler to do that. This is more efficient than
using XSLT.

regards,
--
Kohsuke Kawaguchi
Sun Microsystems                   kohsuke.kawaguchi_at_sun.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
For additional commands, e-mail: users-help_at_jaxb.dev.java.net