many inputs and many outputs - multiple xml files

wxdqz

New Member
hi guys,

i am a new xml user.

i have a dtd file from a standard software.
The input to the software is an xml file.

The following are the elements of the xml file:
<input>
<input_filename1> <Folder name>
<input_filename2> <folder name>
</input>
<output>
<output_filename_single_file_merged> <folder name>
</ouput>

The software accepts one xml file at a time and can merge one file at a time. I have thousands of files i need to merge but unfortunately the software does not have batch processing. I will end up creating several thousand xml files. What is the best method to create multiple xml files, one for each merge.

Please help!

Thanks,
 
Back
Top