I need some help with generating XML files. I need to generate a new vdx
file based on an original vdx
file using some kind of template. New files must differ from orginal file only in one way, such as ID numbers. This distinction should be read from an xls
file (every vdx
file should be generated with anothed data). Which tools can help me with this task (is this possible using only XML code)?
Asked
Active
Viewed 211 times
1

Paul Sweatte
- 24,148
- 7
- 127
- 265

lechero
- 73
- 9
1 Answers
0
Here are some steps to extract the data:
- Save each xsl file as xlsx
- Parse the unique identifiers from the resulting SpreadsheetML
- Save the extracted data in an XML file
- Transform the XML file to vdx using XSLT
References

Community
- 1
- 1

Paul Sweatte
- 24,148
- 7
- 127
- 265