I want to pass the ID as a input parameter of the given xml that will search the XML document for that value within the <id> node.
Once ID found ,I want to find the next node and return it's name as a string.
Given xml as folloing:
<Set>
<Setting>
<Name>username1</Name>
<ID>1234</ID>...