Hi
Can some one help me on how to access the Map elements using Xpath. For example say i have the following XML(generated using XStream from java class),
<Request>
<id>AAA-001</id>
<testMap>
<entry>
<string>One</string>
<string>1</string>
</entry>
</testMap>
</Request>
if i want to access the value of the Map element 'One' what will be the xpath expression ?
does xpath supports Map?
Thanks in advance
Sam
Can some one help me on how to access the Map elements using Xpath. For example say i have the following XML(generated using XStream from java class),
<Request>
<id>AAA-001</id>
<testMap>
<entry>
<string>One</string>
<string>1</string>
</entry>
</testMap>
</Request>
if i want to access the value of the Map element 'One' what will be the xpath expression ?
does xpath supports Map?
Thanks in advance
Sam