X4 Produktdokumentation

Mapping


symbol_mapping_32.png

Mapping: Transforms an XML document in a source structure via an XSLT stylesheet into a target structure (usually XML) and thus enables the individual data elements to be assigned to one another (so-called Mapping). XSLT also serves X4 BPMS as a scripting language that can be used to dynamically parameterize process modules.

Properties

Document

Path to the linked file in the repository

Label

Label of the symbol within the process diagram

Component Parameters

Set component parameters. For more information, see Component Parameter.

Empty Input


(X4EMPTYINPUT)

Do not process data from the previous process step in the XSL mapping

Possible values:

  • true: do not process input data

    If Empty Input is set to true, the Mapping component is additionally marked.


  • false: process input data (default)

Skip Dynamic Params
(X4SKIPDYNPARAM)

Disable evaluation of dynamic parameters. This can significantly speed up the execution of XSL mappings.

Possible values:

  • true: disable evaluation of dynamic parameters

    If Skip Dynamic Params is set to true, the Mapping component is additionally marked.


  • false: process dynamic parameters in XSL mapping (default)

Remove X4 Processing Instructions

Remove X4 Processing Instructions in the mapping result.

Possible values:

  • true: delete X4 Processing Instructions from the result (default)

  • false: display X4 Processing Instructions in the result

    If Remove X4 Processing Instructions is set to false, the Mapping component is additionally marked.