View Single Post
  #1 (permalink)  
Old 12-15-2006, 07:01 AM
tricker tricker is offline
WebProWorld New Member
 
Join Date: Oct 2006
Posts: 15
tricker RepRank 0
Default How to Extract result from xml file?

Hello All,

I have to design a system in which i have to extract the data from xml file with the help of javascript and displayed it in the HTML file on the click of a button

example:

<movie name="Rangeela">
<diretor>Ram gopal verma</director>
<actor>Amir Khan</actor>
<actress>Urmila</actress>
<movie>
<movie name="dhoom">
<diretor>Yash Chopra</director>
<actor>Abhishek</actor>
<actress>Esha</actress>
<movie>

and so on..

we have a button like

1. rangeela
2. dhoom

when user click on the button rangeela it shows the detail of rangeela and when user click on the button dhoom it show details of dhoom

any and help or suggestion is highly appreciated

Thanks in advance..
Search Engine Marketing Solution
Reply With Quote