Binding ANY in (JAXB) xjs
843834Jul 18 2001 — edited Jan 27 2004Any 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