Guest_imported
New member
- Jan 1, 1970
- 0
<level_1>
<entry_a>guff</entry_a>
<entry_b>
<entry_c>guff</entry_c>
<entry_d>guff</entry_d>
</entry_b>
<entry_b>
<entry_c>guff</entry_c>
<entry_d>guff</entry_d>
</entry_b>
</level_1>
The above is a structure of xml that i have. I wish to perform a search on the <entry_b> entities but don't know where to start. I am using javascript. Can anyone help
<entry_a>guff</entry_a>
<entry_b>
<entry_c>guff</entry_c>
<entry_d>guff</entry_d>
</entry_b>
<entry_b>
<entry_c>guff</entry_c>
<entry_d>guff</entry_d>
</entry_b>
</level_1>
The above is a structure of xml that i have. I wish to perform a search on the <entry_b> entities but don't know where to start. I am using javascript. Can anyone help