Create an RTF Subtemplate File

You can create an RTF subtemplate file.

To create an RTF subtemplate file:
  1. Enter the components or instructions in an RTF file.
  2. Define the instructions as a subtemplate by enclosing the contents in the tags as shown below.
    <?template:template_name?>
          ..subtemplate contents...
    <?end template?>
    

    where template_name is the name you choose for the subtemplate. In a single RTF file, you can have multiple entries, to mark different subtemplates or segments to include in other files.

    <?template:template_name?> 
    <?end template?>
    

    For example, the following figure shows a sample RTF file that contains two subtemplates, one named commonHeader and one named commonFooter.