Example of Block Syntaxes

These examples illustrate the different available syntaxes for Merge-Blocks.

-> Absolute Syntax:

The block is defined by a beginning TBS tag and an ending TBS tag.

[blk1;block=begin][blk1.val]
[blk1;block=end]

-> Relative Syntax:

The block is defined relatively to the HTML tags that surround the TBS tag.
Only one TBS tag is needed to define the block.

[blk2.val][blk2;block=tr]

-> Simplified Syntax:

Only one TBS tag is needed for the Field or the Block.

[blk3.val;block=tr]

-> Without Block Definition:

If the block definition is omitted, then only the first record is merged.


Example: [blk5.val]

-> With Encapsulation:

It is possible to define a block on the pair of Html tags on a higher level.
For this, it's enough to set the encapsulation level.
In the example below, encaps=2 refers to the pink cell.

[blk4.val;block=tr;encaps=2]