users@jaxb.java.net

Re: Marshalling Java to XML without namespaces

From: jon gold <dev_at_samizdatdigital.org>
Date: Mon, 21 Jun 2004 17:44:58 -0700

why not chain stylesheets together, and pass the first xml docs (the
ones with the namespaces) through a stylesheet which strips namespaces,
and then pass the results from that on in to the one you're trying to
use?

jon

On Mon, 2004-06-21 at 22:05, Ganga Sah wrote:
> I have some issue in using stylesheet developed to use
> with XML marshalled by JAXB as stylesheet works only
> after removing the namespaces in the XML. Is there an
> customization option or easy way to marshall JAXB
> objects into XML without any namespaces?
>
> thanks,
> ganga
>
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Mail - Helps protect you from nasty viruses.
> http://promotions.yahoo.com/new_mail
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
> For additional commands, e-mail: users-help_at_jaxb.dev.java.net
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
For additional commands, e-mail: users-help_at_jaxb.dev.java.net