Skip to content

Tag Definition: docPara

Generated by rlextra version 3.6.13

Attributes

Name

Required?

Default_Value

Values

escape

implied

None

['yes', 'no', '0', '1']

expr

required

None

format

implied

None

style

implied

None

Can contain
EMPTY

Purpose

This lets you include the value of an expression in the output text.

See the relevant docs here docs

Example usage

<story>
    <docAssign var="i" expr="4"/>
    <docPara expr="i" format="Show me values %(__expr__)d"/>
</story>

Note: Only relevant sections are used in this snippet. Some tags were not included. See some of our samples for further insight of how you may go about setting up a full document using rml.

Example of nesting path from the parent tags to the current tag

<document> ➔ <story> ➔ <docPara>