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.
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. |
No element descendants are defined for the <title> element.
Element name | Relation |
---|---|
<metadata> | The metadata element enclosing the title. |
<document xmlns="http://boradoc.org/1.0"> <metadata> <title text="Bora Document Processor - user manual and BDML reference" /> </metadata> </document>