G
Guest
Gentlemen
Thank you for the replies, do appreciate it, but at the moment instead of using 'AppConfigReader', I really would like to learn a little about using a XML reader. For instance calling this 'MyApp.xml'
<?xml version="1.0" encoding="utf-8" ?>
- <configuration
- <section name="Window Size"><setting name="Name" value="My_App" /><setting name="Rect" value="0040 0030 0554 0408" /></section></configuration
How would I go about getting the string "My_App" from this .xml file? Most of the samples I've seen, lik
"XmlTextReader.Read Method" really get into identifying the node type, but doesn't tell me how to get the actual data!
Again, TIA
Ray K
Thank you for the replies, do appreciate it, but at the moment instead of using 'AppConfigReader', I really would like to learn a little about using a XML reader. For instance calling this 'MyApp.xml'
<?xml version="1.0" encoding="utf-8" ?>
- <configuration
- <section name="Window Size"><setting name="Name" value="My_App" /><setting name="Rect" value="0040 0030 0554 0408" /></section></configuration
How would I go about getting the string "My_App" from this .xml file? Most of the samples I've seen, lik
"XmlTextReader.Read Method" really get into identifying the node type, but doesn't tell me how to get the actual data!
Again, TIA
Ray K