4
Answers

How to delete an element from an xml

vinod

vinod

16y
13k
1
please help me
how to delete an selected element from an xml
and my xml is
  <?xml version="1.0" encoding="UTF-8" ?>
- <Doctors>
  <DoctorName>3</DoctorName>
  <DoctorName>4</DoctorName>
  <DoctorName>Doctor1</DoctorName>
  <DoctorName>2</DoctorName>
  </Doctors>
when i selected "Doctor1" from a dropdownlist, it will be deleted from xml.
please help to do this.
Answers (4)