Hi I have a schema that defines a <sequence> of elements to look like this:
<wtn>
<npa>303</npa>
<nxx>624</nxx>
<linenumber>1574</linenumber>
</wtn>
My Castor generated classes howver marshalls the XML as
<wtn>
<linenumber>1574</linenumber>
<nxx>624</nxx>
<npa>303</npa>
</wtn>
Is there some tag I should define that will change the order?
Thanks.
Florian
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev