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:
i want to make it so it will display the topic in Label1 and in the 2nd i want it to display the message.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>
please help, the internet is hell to find something on this,
thanks
Lee




Reply With Quote