users@jaxb.java.net

Re: Removing elements

From: Levi Purvis <javanet_at_purvis.ws>
Date: Sat, 27 Jan 2007 23:20:50 -0500

I opened an RFE for this back in October last year:

https://jaxb.dev.java.net/issues/show_bug.cgi?id=272

On 1/10/07, Kohsuke Kawaguchi wrote:
>
> Unfortunately, no. This seems to be relatively common request, so it
> might make sense to allow @XmlElementWrapper on this, so that you can write:
>
> @XmlElementWrapper(name="res")
> @XmlElement("usprice")
> protected USPrice price;
>
> Would you like to file an RFE for that?
>
> ... better yet, would you be interested in working with us to experiment
> with this change in the RI?