The @ft:editorialType
attribute is used within the <ft:map>
element to define the editorial type of the FTML map.
Only one of the following values is accepted:
book
(default): topics are indexed separately and are returned as search results.article
: topics are only used for navigation, but they are not indexed as individual fragments. Fluid Topics considers each article as a whole document and opens it at the beginning.
The @ft:editorialType
attribute is optional. If not provided, Fluid topics considers the FTML map's editorial type to be book
.
The following lines show an example of the @ft:editorialType
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:map>