Javascript & xml

wxdqz

New Member
I am trying to create a search button in an html page that will locate a movie that is in an xml document. The xml document is RMOVIE the root element is<Movie> other elements are <Name>
<Actor_Actress>
<Rating>
<Length>
<On_Loan>
How would I code this so that it shows the movie under my results?Thanks!
 
Back
Top