Hi!

I'm trying to bind my existing XML-files with JIBX. Because the old files don't need to be ordered, the JIBX-configuration needs ordered="false" for the mapping. But when trying to configure unordered elements and collections together, I get the error message "Internal error - content not ordered".

Here's one example:

<binding>
<mapping name="info" class="de.instantolap.ws.xml.info.InfoType">
<value style="attribute" usage="optional" name="logo" field="logo"/>
<value usage="optional" name="title" field="title"/>
<value usage="optional" name="description" field="description"/>
<collection field="defaults" usage="optional" item-type="de.instantolap.ws.xml.info.DefaultType"/>
</mapping>


   <mapping name="default" class="de.instantolap.ws.xml.info.DefaultType">
       <value style="attribute" usage="optional" name="role" field="role"/>
       <value style="attribute" usage="optional" name="user" field="user"/>
       <value style="text" usage="optional" field="url"/>
   </mapping>
</binding>

Anything I did wrong?

Best regards,
tom




------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click _______________________________________________ jibx-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to