users@jaxb.java.net

Re: Problem marshaling <xs:any> element with attributes

From: Aleksei Valikov <valikov_at_gmx.net>
Date: Fri, 15 May 2009 07:59:26 +0200

Hi,

> Thanks for the response. The marshalling code is given below:

It seems allright. How do you create your object?

What I'd try is to build a small isolated test. Define a class which
only contains and @XmlAnyElement property. Create a DOM element with
an attribute and put it into that property. Marshall and see if it
works.

Bye.
/lexi