New parameter macros $SelFiles and $AllFiles
Posted: Wed Feb 04, 2004 4:35 pm
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).
$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).