Creating an XMLIN configuration > Managing patterns, blocks, and fields > Blocks

Blocks
Recurring data must be defined as fields within a block, and each family of recurring data must have its own block. A block in the XMLIN configuration can contain sub-blocks.
A block corresponds to an element node in the input document. When you generate an XMLIN configuration automatically, the XMLIN tool concludes which elements to use as blocks.
Example 9
...
<pizzas>
  <pizza>Calzone</pizza>
  <pizza>Primavera</pizza>
</pizzas>
<drinks>
  <drink>Manhattan</drink>
  <drink>Moonshine</drink>
</drinks>
...
In the sample file above, <pizzas> corresponds to one block, and <drinks> to another block.
 
To edit block properties
1
2
OpenText StreamServe 5.6 Updated: 2013-03-01