Repost 'Using XML reader'

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Hello Charlie

Thanks, thats what I'm looking for; gets me going towards "AH-HA!, so that's how it works!"
 
Back
Top