Want specific value from xml

I want temp_ID from below xml.

<wd:Student_ID wd:Descriptor=“Open”>
<wd:ID wd:type=“WID”>87687678678</wd:ID>
<wd:ID wd:type=“temp_ID”>R84347</wd:ID>
</wd:Student_ID>

can any one help me to get this data?

@Pooja2

 use For Each item As XmlElement In nodelist


can u elaborate more?

@Pooja2

Ref: Looping through XML String? - #2 by Palaniyappan