Friends,
I am new to VB scripting, so need some help with modifying specific attribute within the xml file using VB script.
Below is the part of xml script that I need to modify.Here I need to change the value from "Disabled" to "Enabled" using the VB script.
<Plugin> <Name>VolumeSiz e</Name>
<State>Disabled </State>
</Plugin>
Any help on this would be very helpful. Thanks in advanced.
I am new to VB scripting, so need some help with modifying specific attribute within the xml file using VB script.
Below is the part of xml script that I need to modify.Here I need to change the value from "Disabled" to "Enabled" using the VB script.
<Plugin> <Name>VolumeSiz e</Name>
<State>Disabled </State>
</Plugin>
Any help on this would be very helpful. Thanks in advanced.