<content> (Template Tag)


Description


The <content> tag defines a content of the <define> tag. This tag is the body of a definition.


Example


 <?xml version="1.0" encoding="utf-8"?>

. . .

 <define id="company_header">

   <content>

     <paragraph>

       . . .

     </paragraph>

   </content>

 </define>

. . .




Attributes


There are no attributes.


Child elements permitted



Child element

Description

document


paragraph

Paragraph definition

table

Table definition

container

Container inputting a set of objects into a given place

switch

The switch selection instruction enables you to conveniently check a sequence of conditions and execute various instructions depending on the results of the comparison (generating a printout dynamically, depending on the specified parameters and conditions).



Parent elements permitted


<define>