I have an xml document which looks as this
<DataItems>
<DataItem>
<ItemName>Web Service Url</ItemName>
<ItemValue>www.Google.com</ItemValue>
</DataItem>
<DataItem>
<ItemName>Password/ItemName>
<ItemValue>Swetha</ItemValue>
</DataItem>
<DataItems>
I want to get the text of ItemValue if i give the text of ItemName
using the xpath() function in Biztalk server.
For example if i give the text of <ItemName> as Web Service Url How to get the corresponding <ItemValue> that is
www.Google.com
using xpath() function in Biztalk server.Please give any sugestions.