G
Guest
Hello Guys:
I am having a little difficulty picking up how to perform an XPATH to get a
single value for an XML file.
<ICSMXML xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Header>
<MsgDelivery>
<To>
<Credential>
<Domain>ICSMID</Domain>
<Identity>105</Identity>
</Credential>
</To>
What I want is the value of Identity from the above XML. For some reason:
I just can’t seem to get it. Would anyone be able to help?
I am having a little difficulty picking up how to perform an XPATH to get a
single value for an XML file.
<ICSMXML xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Header>
<MsgDelivery>
<To>
<Credential>
<Domain>ICSMID</Domain>
<Identity>105</Identity>
</Credential>
</To>
What I want is the value of Identity from the above XML. For some reason:
I just can’t seem to get it. Would anyone be able to help?