<subProcess
name = NMTOKEN
parameter = string
/>
Invokes the process
command whose name is specified by attribute name
. Optional attribute parameter
may be used to parametrize the behavior of the invoked process command.
This element returns the result of its last executed child element which itself returns a result (if any).
Examples:
<command name="docb.toPSFile"><process> <subProcess name="docb.toPS" parameter='"%0" "%1" "%2" "%3"' /> <upload base="%4"> <copyFile file="__doc.%0" to="%4" /> </upload> </process> </command> <command name="docb.toPSPrinter">
<process> <subProcess name="docb.toPS" parameter='"%0" "%1" "%2" "%3"' /> <print file="__doc.%0" printer="%4" /> </process> </command>