![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Apr 2006
Posts: 9
Rep Power: 0
![]() |
help in reading XML
hello everybody, i need help in reading a XML file , can somebody teach me how to read from a xml file within visual basic frame.
|
|
|
|
|
|
#2 |
|
Programmer
Join Date: Dec 2005
Location: Philippines, where the seasons are: hot, and hotter
Posts: 72
Rep Power: 3
![]() |
You might wanna start reading here
__________________
"The most incomprehensible idea about the universe is that it is comprehensible" - Albert Einstein |
|
|
|
|
|
#3 |
|
Hobbyist Programmer
|
here is an example from one of my programs where i read xml from a file and puts the data into an array. The xml contains a bunch of random phrases.
here's an example of what my Phrases.xml file looks like xml Syntax (Toggle Plain Text)
vbnet Syntax (Toggle Plain Text)
much like using a sqldatareader, everytime you call .Read() it retrieves the next value. btw import system.xml
__________________
I have never let my schooling interfere with my education. -Mark Twain- Xbox live gamertag: melbolt Last edited by melbolt; Nov 17th, 2006 at 10:09 AM. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Reading a string | dmcl2000 | Visual Basic | 4 | Sep 13th, 2006 6:14 AM |
| c++ reading from a file ... | programmingnoob | C++ | 8 | Apr 22nd, 2006 6:17 PM |
| CPU Usage goes to 100% when pthread_cond_wait is being used | zen_buddha | C++ | 1 | Oct 13th, 2005 5:59 AM |
| Code Reading Tips | linuxpimp20 | Other Programming Languages | 4 | Sep 8th, 2005 3:53 PM |
| reading in a file in java | ryanl | Java | 3 | Sep 8th, 2005 9:54 AM |