users@jaxb.java.net

Re: Getting contents of xsd:any element

From: Aleksei Valikov <valikov_at_gmx.net>
Date: Mon, 16 May 2005 22:37:11 +0200

Hi.

> Did any one figure out how to retrieve XML content out of element of
> type xsd:any?? (JAXB 1.0). Jaxb seems to assign Discarder content
> handler to handle the content.
>
> I would appreciate if any one can provide some work around for this.

Annotate it as xjc:dom and retrieve a normal DOM element.

Bye.
/lexi