How to process mutliple xml lines of code, that are in one file with VBscript

HomEmicsloold

New Member
So basically my xml file, has multiple line of xml code, i.e,\[code\] <?xml version="1.0" encoding="UTF-8"?> <Stuff>... </stuff> <?xml version="1.0" encoding="UTF-8"?> <Stuff>... </stuff> ... <?xml version="1.0" encoding="UTF-8"?> <Stuff>... </stuff>\[/code\]And what I want to do is change my vbscript that can run on one of these lines of code to run on them all, how would I go about doing this?EDIT: I am changing the value of a node, and I change it uniformly amongst all of the lines of code.
 
Back
Top