Forum Moderators: open

Message Too Old, No Replies

Help reading an XML file and displaying contents

Newb Question--

         

letsgetsilly

7:55 pm on Jun 12, 2006 (gmt 0)

10+ Year Member



I've never worked with XML before and I don't have much experience with VB.NET, so help is appreciated in both suggestions of code and tutorial links.

I'd like to read in a simple headline into my ASPX page and display it. It does not need to be a link, just read a headline and then display it on my webpage within a specified <div> tag.

The final result will be the ability to have 4-5 headlines in this XML file that can be easily edited and then immediately applied to the page.

Any ideas on how to do this easily are greatly appreciated!
Thanks

oxbaker

8:07 pm on Jun 15, 2006 (gmt 0)

10+ Year Member



try this:

[samples.gotdotnet.com...]

Google VB + Read XML and you get a whole load of tutorials.

hth,
mcm