Okay I have an XML file that is for a website. I have 4 different attributes in each node.
this is how my script is set up:
<music>
<artist name="Artist Name" desc="description text" url="http://www.haha.com" image="pics/image.jpg" />
</music>
Now my problem is i have an extremely small knowlege of xml and i need to get some of the XML displayed in the ListBox and some when activated in text fields.
If someone can help me i would really appricate it.