The command line used to execute the custom XQuery processor. 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: myparser -style %2 -source %1 -out %3
, or myparser %1 %2 %3
.