I am trying to create a single xml file with two tables as the source. One table has a single record, and the other table has lots of records. The table with the single record is to be the header record for the xml file, containing info about the data records in the second table. For example the header record will contain the number of records in the file, date and time created, and a couple of other fields.
I can create xml files separately successfully, but I can’t figure out how to combine them into a single xml file. If anyone knows, or know of good resource for me to research, I would be very appreciative.
Thanks!