Afternoon folks, I need some help with modifying xml via vbscript. After a week of googling and head scratchin i'm still none the wise. Basically i need something to change the attributes of a node.
Along the lines of
<Node1>
<Node2>
<Node3 attr1="Something" attr2="SomethingElse">
</Node1>
</Node2>
</Node3>
The attributes might be different time which is where i'm running into problems. Any help would be much appreciated.
Thanks,
W
Along the lines of
<Node1>
<Node2>
<Node3 attr1="Something" attr2="SomethingElse">
</Node1>
</Node2>
</Node3>
The attributes might be different time which is where i'm running into problems. Any help would be much appreciated.
Thanks,
W