<dedication>

The <dedication> tag is an optional element of <frontmatter> containing a small amount of text about who or what the project is dedicated to. It becomes its own division, whose name can be changed by giving it a <title>. It is related to, but distinct from, <acknowledgement> and <contributors>.

Syntax

Attributes

Attributes for <dedication>
AttributeRequired?Values
component = "…"optionalstring
label = "…"optionalstring
xml:base = "…"optionalstring
xml:id = "…"optionalstring
xml:lang = "…"optionalstring

Children

The following may appear as children:<idx> <p> <title>

Parents

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

Examples