5 pts.
 How do you parse xml in COBOL when the message has repeating nodes
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

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _