Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
So it's still not clear to me how you would define this xml structure. So let's have an example that can be represented better - here is the xml file structure:
<Customers>
<Customer_Id>123456</Customer_Id>
<Customer_name>John Smith</Customer_name>
</Customers>
So in the Loop Xpath query you would represent it as:
/Customers/Customer_Id/Customer_name ? Is this correct?