Avatar

Level 10

You will not be able to bind to that data as the structure is not know at render time. You can load that XML into the data dom then parse and place the data in the fields yourself (by parse I mean manipulate the Dom to give you back the value of a node).  There is a fair amount of coding involved. I have included a sample if you are interested. In my case I am populating a dropdown with the returned values.

Hope that helps

Paul