HP-UX CMGR A.02.01 Administrator's and Developer's Guide
21
handlers use meta-tags to help add, replace, list, or delete configuration data that is stored on the
system.
To open a meta-tag, use the following format:
# @tag-start [<variable>=<value>...];
To close a meta-tag, use the following format:
# @tag-end;
The meta-tags must start on a new line. For example, a meta-tag for compartments will start with the
characters // while a meta-tag for IPFilter or PRM will start with # as shown above.
2.3 Processing/Operational Elements
The CMGR template processing elements includes the following:
• 2.3.1 The data
Element
• 2.3.2 The var
Element
• 2.3.3 The cst_version
Element
• 2.3.4 The description
Element
• 2.3.5 The failure
Element
• 2.3.6 The group
Element
• 2.3.7 The help
Element
• 2.3.8 The repeat
Element
• 2.3.9 The success
Element
• 2.3.10 The template_version
Element
• 2.3.11 The xi:include
Element
2.3.1 The data Element
The data element is used to encapsulate template data. The handler of the parent element processes
the data in the data element.
The data element has the following child element:
Child
Element Description
repeat
Optional. Expands a subset of the data to support insertion of multi-valued
variables.
The data element has the following attributes:
Attribute Description
if
Optional. Common Attribute.
if_op
Optional. Common Attribute.
2.3.2 The var Element
The var element manages the properties of a template variable. It is used to define and change the
attributes associated with a variable.