hello,

i am currently trying to get to grips with importing data from a .xml file, i want my data to be printed out into labels.

for the sake of it lets call them Label1 and 2. Here is my xml code:

Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<First id="1">
<Topic>First XML Document</Topic>
<Message>Not Bad For a First Attempt</Message>
</First>
i want to make it so it will display the topic in Label1 and in the 2nd i want it to display the message.

please help, the internet is hell to find something on this,
thanks
Lee