Parse XML Repeating Element
XML structure:
<element1>
<sample1></sample1>
<sample2>
<child></child>
<child></child>
<child></child>
</sample2>
</element1>
Base from structure above, for the child node which is in bold. I ticked repeating checkbox and used value list/value group/page list for it, but it didn't parse properly. It only parsed the first child's value the ignore the rest.
is there anyway to parse such XML structure?
Thanks in advance