Hi,
I need a script which I can add,Delete, Search, Edit data in the xml file.
Within xml file I would like to have 3 element and then with in each element would like to have unlimited keys with data.
For eaxample.
-<Data>
-<Office>
<Office 365>HR</Office365>
<Office 2010>IT, Collector</Office2010>
</Office>
-<License>
<E3>E3</E3>
<Adobe>Reader, Player</Adobe>
</License>
-<OverTimeCode>
<p1>Work after 1pm, Work from home</p1>
<p10>Work after 1pm, Work from desk</p10>
</OverTimeCode>
</Data>