XPathNodeIterator ExecutePyScriptInCommandLine (string commandLine)
Runs python with the specified command line.
Parameters:
commandLine | The command line in python to be executed. |
Returns:
A node set.
<xsl:variable name="VarExecResult" select="wwpython:ExecutePyScriptInCommandLine('script.py some_arg')" />
Last modified date: 10/14/2020