| NigelT 2005-02-04, 5:58 pm |
| We have a an input schema that contains a repeating element (Element1) that
can contain an unbounded number of entries. On the output side we have a
schema which contains two levels of repeating elements (one of the repeating
elements is a child of the first). The top level repeating element can
contain an unbounded number of elements but the second level (Element 2) can
only contain a maximum of 10 elements. What we are trying to do is create a
map that will convert an input message that contains, say, 50 entries into
an instance of the output message. When this happens the first 10 entries in
the repeating group on the input schema should map to the first instance of
Element2, the next 10 into second instance of Element2 etc.
Any ideas on how to do this would ne much appreciated
Nigel Tunnicliffe
Unisys UK
|