preprocess-maplink.dita 1.6 KB

123456789101112131415161718192021222324252627282930
  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. <prolog>
  10. <metadata>
  11. <keywords>
  12. <indexterm><xmlatt>collection-type</xmlatt></indexterm>
  13. <indexterm>preprocessing<indexterm><codeph>maplink</codeph></indexterm></indexterm>
  14. <indexterm><codeph>maplink</codeph></indexterm>
  15. <indexterm>Java<indexterm>maplink</indexterm></indexterm>
  16. <indexterm>XSLT<indexterm><codeph>maplink</codeph> preprocessing step</indexterm></indexterm>
  17. <indexterm>relationship tables<indexterm><codeph>maplink</codeph> preprocessing step</indexterm></indexterm>
  18. <indexterm>memory</indexterm>
  19. </keywords>
  20. </metadata>
  21. </prolog>
  22. <conbody>
  23. <section>
  24. <p>The <codeph>maplink</codeph> module runs an XSLT stylesheet that evaluates the map; it places all the generated
  25. links into a single file in memory. The module then runs a Java program that pushes the generated links into the
  26. applicable topics.</p>
  27. </section>
  28. </conbody>
  29. </concept>