
April 27th, 2012, 09:54 AM
|
|
Registered User
|
|
Join Date: Apr 2012
Posts: 2
Time spent in forums: 17 m 35 sec
Reputation Power: 0
|
|
|
Removing tag by text stored in it
Hie , I am using DOM ,
<?xml version="1.0" encoding="UTF-8" standalone="no">
<SideBar>
<Box>party</Box>
<Box>Event</Box>
<party>BirthdayParty</party>
<party>GetTogetherParty</party>
<Event>LeasureEvent</Event>
<Event>SomeEvent</Event>
</SideBar>
here i want to delete //<party>GetTogetherParty</party>
How Can I do that ...!
m working from long  ... need help..!
|