Computer Science Canada Newb Question--Help reading an XML file and displaying conte |
Author: | asteffes [ 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 |
Author: | wtd [ Mon Jun 12, 2006 3:08 pm ] |
Post subject: | |
Sounds like a database might be a better solution. No parsing involved. ![]() |
Author: | asteffes [ Mon Jun 12, 2006 4:50 pm ] |
Post 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. |
Author: | wtd [ Mon Jun 12, 2006 4:56 pm ] |
Post subject: | |
http://www.google.com/search?q=vb.net+parse+xml+file&start=0&ie=utf-8&oe=utf-8&client=firefox-a&rls=org.mozilla:en-US:official |