Hi,
I searched all the Internet but i couldn't find my answer. Please, guide me.
I have XML file with these information:
Now, in program I want to read these data or add another phone number to this list or delete one.<Phone_Numbers xmlns:xs1="http://www.herbal-life.asia">
<ID>1
<Number>006012345678</Number>
</ID>
<ID>2
<Number>006012345679</Number>
</ID>
</Phone_Numbers>
what should I do?
If it's possible give me one sample code.
Thanks

Reply With Quote



