Text
Create a text that can be broken across text containers or pages. To be used with Output
Allowed attributes: (none)
Parent elements: Output
<Pagetype name="page" test="true()"> <Margin left="1cm" right="1cm" top="1cm" bottom="1cm" /> <PositioningArea name="text"> <PositioningFrame width="4" height="10" row="1" column="1" /> <PositioningFrame width="4" height="10" row="1" column="6" /> </PositioningArea> </Pagetype> <Record element="data"> <Output area="text"> <Text> <Paragraph> <Value select="string(.)" /> </Paragraph> </Text> </Output> </Record>