Read XML

Ahren

New member
Joined
Aug 17, 2004
Messages
4
I am new to c# and would like to know how I can read xml.
I want to use xml for the options in my program.

How would I read something simple like:

Code:
<appsettings>
 <option>Option Value</option>
</appsettings>

How would I retrieve the Option Value?
 
I dont know why but nothing I try seems to work, which is why I asked for an example that would read Option value for my xml file.
 

Similar threads

C
Replies
0
Views
63
Cas Raj
C
J
Replies
0
Views
59
Jalil Sear [MCPD SharePoint]
J
D
Replies
0
Views
63
duoshock
D
S
Replies
0
Views
57
sva0008
S
Back
Top