Subject:concatenate with xquery Author:Jolene Meyer Date:28 Aug 2009 04:40 PM Originally Posted: 28 Aug 2009 04:38 PM
I am outputing my xml file to a directory where an end user logs in to pick up the file. my xquery outputs the files as 1.xml, 2.xml, 3.xml, etc. I am having overwrite issues. If i run the process before the end user picks it up it will overwrite the existing file.
Any suggestions on how I can change my output? Is there a time stamp feature I can add to the file name?
Subject:concatenate with xquery Author:Jolene Meyer Date:28 Aug 2009 05:32 PM
That works somewhat, but i need it to create multiple xml files at the order loop. When i put your suggestion into my program i only got a one file as the output where as before I could of got 1, 2, 3, or more depening on how many i had in the file.