Newb Question--Help reading an XML file and displaying conte
Author |
Message |
asteffes
|
Posted: Mon Jun 12, 2006 2:56 pm Post subject: Newb Question--Help reading an XML file and displaying conte |
|
|
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 |
|
|
|
|
|
Sponsor Sponsor
|
|
|
wtd
|
Posted: Mon Jun 12, 2006 3:08 pm Post subject: (No subject) |
|
|
Sounds like a database might be a better solution. No parsing involved. |
|
|
|
|
|
asteffes
|
Posted: Mon Jun 12, 2006 4:50 pm Post subject: (No subject) |
|
|
It is my boss's decision to go with an XML file, he doesn't want to host a database for such a small thing. |
|
|
|
|
|
wtd
|
|
|
|
|
|
|