Forum Discussion
ccdssv1
13 years agoContributor
Well that's a different question "how to access a specific element from an xml", and for that you need to learn xpath here are some nice examples http://zvon.org/xxl/XPathTutorial/General/examples.html
as for your particular case the need it xpath should be this: //Property[./ID/@value="SubscriberId"]/Value/@value
Hope this helps you
as for your particular case the need it xpath should be this: //Property[./ID/@value="SubscriberId"]/Value/@value
Hope this helps you