The Documentation I've seen around COBOL XML parsing only speaks to single instances of a given node. What is the technique when the message has repeating (Unbounded) nodes for example:
<Address>
<Name></Name>
<Name></Name>
<Name></Name>
.....
</Address>
In this case the Name attribute is unbounded. What is the techique to loop through the unbounded <Name> collection?
Software/Hardware used:
ASKED:
December 1, 2008 6:24 PM
UPDATED:
December 1, 2008 6:38 PM