Not sure if you can help me or not, but here's what I'm trying to do.
I have one XML file that i need to turn into many XML files, replacing one dummy bit of code with an ID number from a list. That then needs to export the file as a new XML file with a filename of the ID number being imported in.
So inside the XML i have this tag:
Code: Select all
<userRefId>######</userRefId>
Code: Select all
m1m41
ayxxe
lobyt
x9vsj
Code: Select all
m1m41.xml
ayxxe.xml
etc
My brain hurts!