<title>

Description

The title of the document.

The title element is a metadata element used to provide the title of the complete document. The title is embedded in the translated document's metadata or displayed in the title bar when rendered with direct browser loading. It is placed in the metadata section of the root BDML document.

Attributes

Element name Description
text The title text.
target Apply this metadata element only to the specified targets. See BDML schema for more information on metadata elements.
variant Apply this metadata element only when the variant is specified during translation. See BDML schema for more information on metadata elements.

Immediate descendants

No element descendants are defined for the <title> element.

Immediate ancestors

Element name Relation
<metadata> The metadata element enclosing the title.

Example

<document xmlns="http://boradoc.org/1.0">
  <metadata>
    <title text="Bora Document Processor - user manual and BDML reference" />
  </metadata>
</document>