Scenario with user-supplied output name
Posted: Fri Jul 10, 2015 1:32 am
Hi there,
I need a scenario to work in the following way:
1. Get some user information before starting (using ${ask})
2. Pass this into the scenario, which eventually creates an output document whose name is based on one of the user input variables.
3. Open the output document in Oxygen.
I can frame this as an XSLT transformation only, or as an ant task which calls Saxon. The hard bit is getting access to that user-input supplied through ${ask} in order to get Oxygen to open the document automatically.
Any idea how I might do that?
Cheers,
Martin
I need a scenario to work in the following way:
1. Get some user information before starting (using ${ask})
2. Pass this into the scenario, which eventually creates an output document whose name is based on one of the user input variables.
3. Open the output document in Oxygen.
I can frame this as an XSLT transformation only, or as an ant task which calls Saxon. The hard bit is getting access to that user-input supplied through ${ask} in order to get Oxygen to open the document automatically.
Any idea how I might do that?
Cheers,
Martin