I'd like the following parameter macros for feeding to external tools
$SelFiles - All selected/highlighted files in the document selector panel seperated by space (excludes the current file)
$AllFiles - All open files seperated by spaces
My particular wish is to allow more than one file to be passed to an XSLT transformation tool. I can have the original XML file in one window, the XSLT in other and run a command to process one against the other and display the results.
This helps with my issue and remains generic enough to possibly be useful to others elsewhere (eg feeding any 2 files into an external diff program).
New parameter macros $SelFiles and $AllFiles
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
- Posts: 9
- Joined: Tue Feb 03, 2004 5:09 pm
- Location: UK
-
- Posts: 9
- Joined: Tue Feb 03, 2004 5:09 pm
- Location: UK
For my specific purposes I would not care. As I'd expect to have only one XSLT file and one XML file open I can call the transformation engine via a batch file which would make sure parameters are in the correct order.MudGuard wrote:Usually a tool expects parameters or input files in a certain order - that might be the problem here - in which order are files passed to the tool?
To make this more generally usable I guess it would be nice to be able to drag files in the document selector to different positions or to drag tabs in the document tabs.
It may still have some limited uses for others without this.