javascript in an html to find a value within an xml and input that value into the html?

  • Thread starter Thread starter philosophersocrates
  • Start date Start date
P

philosophersocrates

Guest
I have an html page. In that page I need a javascript code that will do the following:

1 Load an external xml
2 Search the xml for a certain string
3 Grab data associated with that string
4 Input the data into the original html

If you have even one piece of this puzzle please let me know
 
Back
Top