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!"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top