Need Help modifying xml file using VB script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • newbeevb1207
    New Member
    • Feb 2014
    • 1

    Need Help modifying xml file using VB script

    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.
Working...