Loading xml data with javascript

wxdqz

New Member
Hi,

Im trying to load some xml data on to a html page using javascript. I am able to load the root attributes, the problem is displaying the child nodes, such as the director of film etc.

The thing thats worrying me is that i have to go through 2/3 for loops to do this, which could get messy. Any solutions to this problem would be much appreciated
 
Back
Top