<fragref>

The <fragref> tag inserts the contents of another <fragment> into the current fragment. This lets you build larger code listings from smaller named pieces.

Use <fragref> when composing source files in a literate-programming style.

Syntax

Attributes

Attributes for <fragref>
AttributeRequired?Values
ref = "…"requiredstring

Children

The following may appear as children: Text

Parents

This element may appear as an immediate child of the following elements: <fragment>

Examples