Upload a DITA map with a map attachment - Fluid Topics - Latest

Map Attachments

Category
Technical Notes
Audience
public
Version
Latest

Authorized administrators can attach one or more resources to a DITA map when publishing it.

Example

The following DITA map shows an exhaustive example of the types of attachments that can be added to a DITA map:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "http://docs.oasis-open.org/dita/v1.1/OS/dtd/map.dtd">
<map title="Pufferfish">
  <title>Pufferfish</title>
  <topicref href="pufferfish-definition.dita"/>
  <topicref href="pufferfish-natural-defenses.dita"/>
  <topicref navtitle="Pufferfish Story" href="Pufferfish-story.pdf" type="ft:attachment" processing-role="resource-only"/>
  <topicref navtitle="Pufferfish Video" href="Pufferfish-video.mp4" type="ft:attachment" processing-role="resource-only"/>
  <topicref navtitle="My little pufferfish" href="pufferfish.png" type="ft:attachment" processing-role="resource-only">
    <topicmeta>
      <othermeta name="ft:url" content="https://www.pufferfish.com/B91tozyQs9Mx.png"/>
    </topicmeta>
  </topicref>
  <topicref navtitle="Pufferfish Love Explains..., on Live Science" type="ft:attachment" processing-role="resource-only">
    <topicmeta>
      <othermeta name="ft:url" content="https://www.livescience.com/40132-underwater-mystery-circles.html"/>
    </topicmeta>
  </topicref>
</map>

Once uploaded successfully, the map attachments are available in the Attachments tab of the Reader page sidebar.