This functionality is only available for certain module packages. Info / Copyright

<xi:include>

Job definition

The <xi:include> tag inserts the specified job definition file into the job definition at this location.

The definition file can be specified by different methods:

  • A relative URI, for example href="JobDefinition.jmx" or href="test/JobDefinition.jmx " or href="../output/test/JobDefinition.jmx ".

A relative URI always references the path of the job definition file.

  • An absolute URI, for example href="file:///c:/Users/test/JobDefinition.jmx".

In this case the correct notation file:/// with three flashes must be observed.

The inserted job definition file must be well-formed. The tag has no sub-elements.

Attribute Usage Values Default value Description
href required Absolute name of the XML file to insert
xmlns:xi required if not specified in the <jobdefinition> tag http://www.w3.org/2001/XInclude Namespace extension to facilitate use of xi:include