Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Binding ANY in (JAXB) xjs

843834Jul 18 2001 — edited Jan 27 2004
Any ideas on how i bind the following dtd entry in my xjs file.

<!ELEMENT ResultData ANY>

Where i want the ResultData to pick up any tags in between, even as just a string or something, without trying to marshal it.

eg
<ResultData>
<id>1</id>
<name>test</name>
</ResultData>

Thanx for any advice and i am sorry if this is a simple question!

Kris
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 24 2004
Added on Jul 18 2001
7 comments
148 views