I need help to search with textbox the value of list3 within the XML file
I need to display result in List4 and List5 when the value of List3 is searched with textbox within the XML File
XML Structure
I need to display result in List4 and List5 when the value of List3 is searched with textbox within the XML File
XML Structure
Code:
<names>
<list1 caption="store" id="1">
<list2 caption="4" id="2">
<list3 caption="76656" id="3">
<list4 caption="254" id="4"></list4>
<list5 caption=" 987" id="5"></list5>
</list3>
</list2>
</list1>
</names>