Fetching the List of XSLT Version 1.0 Usage
This command is used to fetch all occurrences of XSLT version 1.0 usage throughout the INUBIT application within the scope of the currently logged-in user (user, group, parent group, additional groups).
XSLT 1.0 usage covers the following areas, among others:
-
XSLT Converter modules
-
Variable Mapping
-
XSLT repository files
Any system administrator user can retrieve the list.
The list is output to an Excel file.
Call up
-
Interactive mode
startcli [-u <user account>] [-p <password>] ... fetchXSLT1.0 [option(s)]
bash
-
Script mode
startcli --execCommand "fetchXSLT1.0 [option(s)]"
bash
Command options
Examples
-
Interactive mode
startcli CLI|root@localhost> fetchXSLT1.0 --help -ef, --exportFilename Export search results into the given file (Excel format). -h, --help Displays this help
bash -
Script mode
startcli --execCommand "fetchXSLT1.0 --exportFilename /home/myUser/Desktop/List.xslx" Security framework of XStream not initialized, XStream is probably vulnerable. Searching for XSLT 1.0 occurrences... Found 2 search result(s) Search result(s) stored into: /home/myUser/Desktop/List.xslx
bash