how do i search xml data using javascript?
Hi. Basically I have a text box and and button. I would put a text on the text box and when I press the button, I want it to search for that word in my xml file. It would then be displayed in the same page.
My problem is that I’m only able to search for elements/nodes but not the text itself. My javascript is able to load the xml file. I’ve been searching online for a few days and I can’t find anything. Please help, thank you