The command line used to execute the custom XSLT processor. The command line must show where to use the three arguments: %1 is the XML source file, %2 is the XSLT stylesheet, %3 is the result document. For example: myparser -style %2 -source %1 -out %3, or myparser %1 %2 %3.