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