Reading the XML file and return the value

ashiremath

Member
Joined
Feb 7, 2008
Messages
8
Programming Experience
Beginner
Hi All
I have to write the XML file such that after reading the XML file from the VB it will return value as mentioned in the XML file

Ex- I have to write the sentence in the XML file is
"Enter the number of choice"=1
and it read this XML file in VB and return the value 1 as it mentioned in the XML file.

Please help me for this.
Thanks in Advance
 
Have you tried the XmlDocument class?
 
Ya i using this class but i have to write the xml file such that "Enter the number of choice"=1 it should return 1. How i have to write the xml file?
 
You might have to clarify that.
Have you planned a data structure for the file?
 
Back
Top