my bad xml that have to read is like this:
A-file.xml
<element>
<obj1 lg="xx">yyy</obj1>
<obj2 lg="xx">yyy</obj2>
<obj1 lg="xx">yyy</obj1>
<obj2 lg="xx">yyy</obj2>
<obj1 lg="xx">yyy</obj1>
<obj2 lg="xx">yyy</obj2>
...
</element>
element tag have a List of 2 tag
like an implicitCollection but without a container:
this will be better
B-file.xml
<element>
<container>
<obj1 lg="xx">yyy</obj1>
<obj2 lg="xx">yyy</obj2>
</container>
<container>
<obj1 lg="xx">yyy</obj1>
<obj2 lg="xx">yyy</obj2>
</container>
<container>
<obj1 lg="xx">yyy</obj1>
<obj2 lg="xx">yyy</obj2>
</container>
...
</element>
but unlikely this is not my xml.
can help me on read A-file.xml?
regards
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email