Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Ihave an xml file
XML
<?xml version="1.0" encoding="utf-8"?>
<Details>
  <mySettings>
    <app value="235" />
  </mySettings>
</Details>

I want to add values to it like a database eg
HTML
<Details>
  <mySettings>
    <app value="235" />
<app value="236" />

  </mySettings>
</Details>
etc.
Can this be done in xml?
Posted
Comments
CHill60 19-Jun-15 6:36am    
Yes it can.
jaket-cp 19-Jun-15 6:52am    
:)
jaket-cp 19-Jun-15 6:52am    
check out: https://msdn.microsoft.com/en-us/library/bb385097.aspx
Member 3892343 20-Jun-15 10:37am    
ty

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900