Does anyone know how can I add a namespace to a collection element?

I have a collection similar to this but i can not get the namespace added
into the main tag which i called Cars in this example?

<collection field="cars" name="Cars" usage="optional"
create-type="java.util.ArrayList">
    <structure name="car" type="com.asdasd.sadasd.VO" usage="optional"
flexible="true" ordered="false">
        <value name="field" type="java.lang.String" get-method="getField"
set-method="setField"/>
    </structure>
</collection>

Toni
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to