E.g.:
<test>
<parties>
<party>
<partid>1</partid>
<partyname>abc</partyname>
<partylocation>edf</partylocation>
</party>
<party>
<partid>2</partid>
<partyname>sdc</partyname>
<partylocation>wed</partylocation>
</party>
<party>
<partid>3</partid>
<partyname>rfg</partyname>
<partylocation>tgh</partylocation>
</party>
</parties>
</test>
If we have multiple child element with the same name. How to handle it in TDE for triples?
How to get triples out of this xml for all the child and sub child element.