Hi,
This may be a silly question but i'm getting a bit frustrated. Could
anybody tell me how to or point me in the right direction to get castor
to marshall an object to a doc with the xsi:type attribute for elements?
i would like to get an xml document looking something like this:
<myroot>
<myelement1 xsi:type="xsd:integer">123456</myelement1>
<myelement2 xsi:type="xsd:string">mystring</myelement2>
</myroot>
if possible i'd like to specify the type independant of the actual
value.
i've tried all sorts of things but so far no luck. the only thing which
will do it is if i generate the source from a schema with the elements
defined as complex types with an attribute which i have to set manually.
thanks
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev