Re: [castor-dev] java binding for xsd:list

2003-02-11 Thread Xiaowen Wang
is worse, is that > unmarshalling and marshalling does not work so I need to fix it, but > keep getting side tracked by other issues. > thanks, > Dean > > Xiaowen Wang wrote: > > >Hi: > >In my schema, there're some elements of xsd:list simpleType with the &

[castor-dev] java binding for xsd:list

2003-02-07 Thread Xiaowen Wang
Hi: In my schema, there're some elements of xsd:list simpleType with the itemType of xsd:int. For the src gen, I used -types j2. These xsd:list elements are then mapped to java.util.ArrayList and the generated src also provide list traversal through Enumeration. I'm wondering 1) whether I can ma

[castor-dev] java binding for xsd:list

2003-02-05 Thread Xiaowen Wang
Hi: In my schema, there're some elements of xsd:list simpleType with the itemType of xsd:int. For the src gen, I used -types j2. These xsd:list elements are then mapped to java.util.ArrayList and the generated src also provide list traversal through Enumeration. I'm wondering 1) whether I can ma