Standard DITA map example - Fluid Topics - Latest

Manage Editorial Types in Fluid Topics

Category
Technical Notes
Audience
public
Version
Latest

The following lines show an example of a standard map using the ft:editorialType metadata element:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
<map xml:lang="en-US" linking="none">
    <title>Time Machine User Guide</title>
    <topicmeta>
        <othermeta name="Category" content="TechDoc"/>
        <othermeta name="Version" content="2.0"/>
        <othermeta name="ft:editorialType" content="article"/>
    </topicmeta>
    <topicref href="intro_to_time_machines.dita"/>
    <topicref href="how_to_time_travel.dita">
        <topicref href="set_local_date_and_time.dita"/>
        <topicref href="set_destination_date_and_time.dita"/>
        <topicref href="set_destination_location.dita"/>
    </topicref>
</map>