Command line for executing an external XQuery processor you define. The command line must show where to use the three arguments: %1
is the XML source file, %2
is the XQuery, %3
is the result document. For example: myXQprocessor -style %2 -source %1 -out %3
, or myXQprocessor %1 %2 %3
.