D
Dave
Greetings,
Thanks for all the help on my previous XML question. Can you help me with
this one?
Say I have an XML file (myXMLFile.xml):
<configuration>
<Section Name="Settings">
<Key Name="Setting1" Value="101"></Key>
<Key Name="Setting2" Value="202"></Key>
<Key Name="Setting3" Value="303"></Key>
<Key Name="Setting4" Value="404"></Key>
</Section>
</configuration>
and I want to add an item:
<Key Name="Setting5" Value="505"></Key>
How can I do this via code?
Thanks,
-Dave
Thanks for all the help on my previous XML question. Can you help me with
this one?
Say I have an XML file (myXMLFile.xml):
<configuration>
<Section Name="Settings">
<Key Name="Setting1" Value="101"></Key>
<Key Name="Setting2" Value="202"></Key>
<Key Name="Setting3" Value="303"></Key>
<Key Name="Setting4" Value="404"></Key>
</Section>
</configuration>
and I want to add an item:
<Key Name="Setting5" Value="505"></Key>
How can I do this via code?
Thanks,
-Dave