Ok below is a rough layout of my file i am trying to parse. I was wondering how i can loop thru all Call elements /node in the CDR's
to extract its values. Also how can i check if the calls node has subnotes since that is not always the case. to make it more clear i attached the complete sample data
<File>
<FileHeader></FileHeader>
<CDRs>
<Call><RoutingInfo></RoutingInfo> </Call>
<Call> </Call>
</CDRs>
<FileFooter></FileFooter>
</File>