xsl [-<option> . . .]
Applies an XSL transformation using the same system used internally: pass a login and operation context, pass optional extra parameters to the XSLT, accepts short-hand XSLT definition, make available extension functions.
This command is also available in cmd4 as xsl.
Example
Srv4 XSL XSL_fullpathname –in XML_fullpathname –out output_fullpathname
Options
[-transform] <string>
XSL transformation file name
-in <string>
Input file name
-out <string>
Output file name
-operation <kind of an operation being executed by the server>
Operation to simulate (passed to the XSL transformation as an OperationContext). Defaults to 'Import'.
-pars <list of name-value pairs in the format 'name1:value1;name2:value2...'; e.g. 'folderId:30;cmd:up' to define a 'folderId' parameter with value 30 and a 'cmd' parameter with value 'up'.>
Additional optional parameters passed to the XSL transformation 'as is'
-name <string>
Name of the XML element containing the optional parameters. Defaults to 'settings'