Hi
I noticed that Castor doesn't care about order of a elements that are defined as
complexTypes in the Schema file. For instance if I define an element as,
<xs:element name="TEST" >
<xs:complexType>
<xs:sequence>
<xs:element name="A" type="xsd:string" />
<xs:element name="B" type="xsd:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
and if the element appears in the Xml as,
<TEST>
<B>Foo</B>
<A>Bar</A>
</TEST>
Castor unmarshalls it without complaining about the order. Shouldn't order be
respected ? Any reasons why this is ignored ?
Thanks
Avinash
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev