|
-
September 16th, 2004, 06:11 AM
#1
read xml files
Hi
I need to know how i can to read a xml file with the structure
I need a loop for to do this
but Anybody know the method?
My xml file
<configuration>
<appSettings>
<add key="key1" value="value1"/>
<add key="key2" value="value2"/>
<add key="key3" value="value3"/>
</appSettings>
</configuration>
i need to introduce "key1".... "keyn" and "value1"..."valuen" in a structura SortedList sl = new SortedList()
sl.Add(key,value)
Thanks very much
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|