Create a new map template

Map templates allow users to produce documents with a consistent structure and appearance, without duplication of effort. For example, you can set up map templates with the company's standard cover, legal notices, and frontmatter, to which members of the documentation team can add content.

You can also incorporate variables into the map template which can be replaced by actual values when a map is created. The variables act as placeholders for content entered or selected by users as they create a map.

The names of the variables contained in the template are made available in the Create Map dialog box when the user clicks DITA CMS > Create Map.

To create a map template:

  1. Create a map with the required cover and frontmatter, plus any other content that will be common to all documents based on this template.
    Tip: If using an existing map as your starting point, clone it first and rename it (for example, ProductATemplate).
    CAUTION:
    Do not include topics or images that can vary from document to document, because if these or their dependent images are deleted, maps created with the template will have errors.
  2. Select File > Export from the main menu.
    The Select window appears:

    Figure: Exporting a map



  3. Select General > File System and click Next.
  4. In the To directory box, type the path to a local folder or click Browse to choose a location. Click Finish.
    The file is saved and given a system name (typically a numerical string) and the suffix ditamap.
  5. Rename the exported ditamap so the template can be easily recognized by users.
  6. Open the template in a text editor.
  7. Add template variables to elements as desired.
  8. Delete all of the following items and replace them with their corresponding map variables:
    Important: The map template MUST include all three of these map variables or the map created from the template will be invalid.
    1. Delete the existing map ID attribute value and replace it with the following variable: {{ixia.id}}
      For example:
      <bookmap id="{{ixia.id}}" xml:lang="{{ixia.xml:lang}}">
    2. Delete the existing xml:lang attribute value and replace it with the following variable: {{ixia.xml:lang}}
      For example:
      <bookmap id="{{ixia.id}}" xml:lang="{{ixia.xml:lang}}">
    3. Delete the existing title and replace it with the following variable: {{ixia.title}}
      For example:
      <title>{{ixia.title}}</title>
  9. Save the template.
  10. Open the TEXTML Administration perspective by clicking the TEXTML Administration shortcut on the tool bar. If the shortcut is not displayed, follow these steps:
    1. Select Window > Open Perspective > Other
    2. Click TEXTML Administration.
    3. Click OK.
  11. In the TEXTML Administration view, double-click the server. If your server is not displayed in the view, you must add it to the view.
  12. When the Connect as dialog opens, type your username and password and click OK.
  13. Double-click the name of your docbase to open a connection to the Content Store.
  14. Navigate to /system/templates/maps.
  15. Right-click the maps collection and select Insert Documents.
    The Insert Documents Dialog window appears.
  16. Click Add File and browse to your desktop.
    1. Select the file.
    2. Right-click the file and rename it (for example, ProductATemplate.ditamap); press Enter.
    3. Click Open.
    The file path and name appear under Import As.

    Figure: Importing a map



  17. Click OK.
    The file is imported into the /templates/maps collection.
  18. Inform users of the changes and request that they close and reopen their IXIASOFT CCMS Desktop to apply the changes.