Hi,
I have an XML file with a namespace prefix, and I am unable to figure out the right path. I have tried a number of combinations, and I have not been successful.
I need help please.
My xml looks like this:
<Valuations xmlns:d2p1="http://schemas.datacontract.org/2004/07/ZZZ.YYY.III">
<d2p1:Valuation>
<d2p1:AccountNumber>980080</d2p1:AccountNumber>
<d2p1:AsOfDate>2012-05-31T00:00:00</d2p1:AsOfDate>
</d2p1:Valuation>
</Valuations>
ErnestoDeLaRuiz