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.
The @ft:title
attribute is optional. If not provided, Fluid Topics uses the map's or topic's filename (without its file extension).
The following lines show examples of the @ft:title
attribute:
<?xml version="1.0" encoding="UTF-8"?>
<ft:map ft:title="Installation Guide" ft:editorialType="book" ft:lang="en-US" ft:originId="48d2b">
...
</ft:map>