What would be the Xpath code required to get all of the nodes under Price?
So far I have tried AMUpdate/AMMesageType/amprice/Price
, which is failing.
<AMUpdate>
<AMMessageType>AMPRICES</AMMessageType>
<amprice:AMPrices xmlns:amprice="http://www/am.com/am/dto/price">
<Price>
<Currency>GBP</Currency>
<Country>LU</Country>
<BusinessLine>AMSL</BusinessLine>
</Price>
</amprice:AMPrices>
</AMUpdate>