<?xml version="1.0"?>
<tbl_news>
<news id="1">
<news_id>1</news_id>
<topic>Only US$4 for lunch!</topic>
<description>news1</description>
</news>
<news id="2">
<news_id>2</news_id>
<topic>golden weekends at summit!</topic>
<description>news2</description>
</news>
<news id="3">
<news_id>3</news_id>
<topic>Weekends Promotions!</topic>
<description>news3</description>
</news>
<news id="4">
<news_id>5</news_id>
<topic>test4</topic>
<description>test44444</description>
</news>
</tbl_news>
Dear friends,
I'd like to delete xml node from the above xml using ID.
Although I use getElementByID, I can't still delete it.
Help me
Thanks a lot,
TW