tags:

views:

12

answers:

0

how to remove specific element for example need to remove NET2... element from the XML by VB

I need to verify if NET2 element exist and then to remove it from the XML

root version="3.0">

NET1 ID="172.17.202.1"/>

NET2 ID="172.17.202.2"/>

NET3 ID="172.17.202.3"/>

/root>

THX Yael