The @ft:title
attribute is used within the following elements:
- The
<ft:map>
element, to define the title of the FTML map. - The
<ft:node>
element, to define the title of the topic.
When no @href
attribute is provided for the element, the @ft:title
and @ft:originId
attributes are mandatory.
The @ft:title
attribute is optional. If not provided, Fluid Topics uses the map's or topic's filename (without the extension).
The following lines show examples of the @ft:title
attribute:
<?xml version="1.0" encoding="UTF-8"?>
<ft:map ft:editorialType="book" ft:lang="en-US" ft:originId="48d2b" ft:title="Installation Guide">
<ft:toc>
<ft:node ft:title="Copyrights" href="copyrights.html"/>
...
</ft:toc>
</ft:map>