I am trying to run a saved search with command line, which works fine, I can easily output relevant text or xml file.
However, I would like to be able to transform my output with xslt, and use filename and path included in each line/records of the output, to create a command line. (In my case, I am looking for massive number of rar files, and want to generate a suite of winrar extract command lines).
As of now I am unable to have a working xslt file. Can someone help? Has someone already succeded and can give me an example of their file?