Attach a file to a DITA map with no DITAVAL - Fluid Topics - Latest

Map Attachments

Category
Technical Notes
Audience
public
Version
Latest

The following lines show how to attach the Pufferfish Story PDF to the Pufferfish DITA map:

<?xml version='1.0' encoding='utf-8'?>
<controlFile>
  <resources>
    <resource>
      <filePath>_pufferfish.ditamap</filePath>
      <attachments>
        <attachment>
          <originId>pufferfish_story</originId>
          <displayName>Pufferfish Story</displayName>
          <filePath>pufferfish-story.pdf</filePath>
        </attachment>
      </attachments>
    </resource>
  </resources>
</controlFile>