preprocess-mapref.dita 1.1 KB

1234567891011121314151617181920
  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-mapref" xml:lang="en-US">
  5. <title>Resolve map references (mapref)</title>
  6. <shortdesc>The <codeph>mapref</codeph> step resolves references from one DITA map to another. This step is implemented
  7. in XSLT.</shortdesc>
  8. <conbody>
  9. <section>
  10. <p>Maps reference other maps by using the following sorts of markup:
  11. <codeblock>&lt;topicref href="other.ditamap" format="ditamap"/>
  12. ...
  13. &lt;mapref href="other.ditamap"/></codeblock></p>
  14. <p>As a result of the mapref step, the element that references another map is replaced by the topic references
  15. from the other map. Relationship tables are pulled into the referencing map as a child of the root element
  16. (<xmlelement>map</xmlelement> or a specialization of <xmlelement>map</xmlelement>). </p>
  17. </section>
  18. </conbody>
  19. </concept>