xml

farshad

Well-known member
Joined
May 1, 2003
Messages
109
Location
London
Hi,
I would like to retrieve items from an xml file

In an xml file I have:
<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
<ServerName>SVR07</ServerName>
<DatabaseName>TradarBe</DatabaseName>
</Configuration>

And now in vb.net I would like to retrieve the servername and the databasename in a message box.
How is this done please?
Thanks
 
Back
Top