preprocess-maplink.dita 965 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
  3. <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
  4. <concept id="preprocess-maplink" xml:lang="en-US">
  5. <title>Map based linking (maplink)</title>
  6. <shortdesc>This step collects links based on a map and moves those links into the referenced topics. The links are
  7. created based on hierarchy in the DITA map, the <xmlatt>collection-type</xmlatt> attribute, and relationship tables.
  8. This step is implemented in XSLT and Java.</shortdesc>
  9. <conbody>
  10. <section>
  11. <p>The <codeph>maplink</codeph> module runs an XSLT stylesheet that evaluates the map; it places all the generated
  12. links into a single file in memory. The module then runs a Java program that pushes the generated links into the
  13. applicable topics.</p>
  14. </section>
  15. </conbody>
  16. </concept>