Appearance
Flow Info
The flow-info primitive allows you to retrieve information about the various content flows in your document.
Specify a name that links to an existing flow, and provide one of the following options for the val attribute:
val="page-number"evaluates to the page number that the flow begins on.
For example:
xml
<p>
Check out the details on page <flow-info name="details" val="page-number" />
</p>