Forum Discussion
nmrao
12 years agoCommunity Hero
It would help you if you learn some xpath basics.
Name spaces are important, otherwise you will not get the desired result.
//ns2:detailedData/ns4:parameterValue[../ns4:parameterName='name']/text() will result 'value'
Any way in this case, tried to give you some example similar to what you have requested for. Hope this will help. Note that I am showing using xpath evaluation tool.
Name spaces are important, otherwise you will not get the desired result.
//ns2:detailedData/ns4:parameterValue[../ns4:parameterName='name']/text() will result 'value'
Any way in this case, tried to give you some example similar to what you have requested for. Hope this will help. Note that I am showing using xpath evaluation tool.