This inspection checks for problems in invocations of named XSLT templates, such as missing arguments, passing arguments that are not declared by the template or passing an argument for a certain parameter more than once.
The inspection assumes that parameters declared with a default-value are optional and will not complain if an invocation does not specify an argument for such parameters.