I have a template and need to create several xml files. The file contains one variable -this- to replace several times, save it as that name -this-.xml and then repeat for each of the values in my text or excel list or from a database - How would I best go about doing this?
|
|
Old school unix way (bash shell syntax):
|
||||
|
|
|
Are you looking at doing this in code, or using a template-driven generator? Several choices:
Which of these are you really looking for? Marc |
||||
|
