Hi there, I am a newbee at XML.
I'd like to modify some tag's value in XML file in VBscript.
For example, I'd like to get name tag's text "CISCO-1200" and modify this value to "NETGEAR". Is there simple idea?
thank you in advance.
SW.
----
<?xml version="1.0"?>
<WLANProfile xmlns=" <name>CISCO-1200</name>
<SSIDConfig>
<SSID>
<hex>434953434F2D31323030</hex>
<name>CISCO-1200</name>
</SSID>
</SSIDConfig>
<connectionType>ESS</connectionType>
<connectionMode>auto</connectionMode>
<MSM>
<security>
<authEncryption>
<authentication>open</authentication>
<encryption>none</encryption>
<useOneX>false</useOneX>
</authEncryption>
</security>
</MSM>
</WLANProfile>
----
I'd like to modify some tag's value in XML file in VBscript.
For example, I'd like to get name tag's text "CISCO-1200" and modify this value to "NETGEAR". Is there simple idea?
thank you in advance.
SW.
----
<?xml version="1.0"?>
<WLANProfile xmlns=" <name>CISCO-1200</name>
<SSIDConfig>
<SSID>
<hex>434953434F2D31323030</hex>
<name>CISCO-1200</name>
</SSID>
</SSIDConfig>
<connectionType>ESS</connectionType>
<connectionMode>auto</connectionMode>
<MSM>
<security>
<authEncryption>
<authentication>open</authentication>
<encryption>none</encryption>
<useOneX>false</useOneX>
</authEncryption>
</security>
</MSM>
</WLANProfile>
----