1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE html
|
---|
3 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
---|
4 | <html xml:lang="en-us" lang="en-us">
|
---|
5 | <head>
|
---|
6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
---|
7 | <meta name="copyright" content="(C) Copyright 2005"/>
|
---|
8 | <meta name="DC.rights.owner" content="(C) Copyright 2005"/>
|
---|
9 | <meta name="DC.Type" content="concept"/>
|
---|
10 | <meta name="DC.Title" content="Map based linking (maplink and move-links)"/>
|
---|
11 | <meta name="abstract" content="These two steps work together to create links based on a map and move those links into the referenced topics. The links are created based on hierarchy in the DITA map, the @collection-type attribute, and relationship tables. This step is implemented in XSLT and Java."/>
|
---|
12 | <meta name="description" content="These two steps work together to create links based on a map and move those links into the referenced topics. The links are created based on hierarchy in the DITA map, the @collection-type attribute, and relationship tables. This step is implemented in XSLT and Java."/>
|
---|
13 | <meta name="DC.Relation" scheme="URI" content="../dev_ref/DITA-OTPreprocess.html"/>
|
---|
14 | <meta name="DC.Relation" scheme="URI" content="../dev_ref/preprocess-chunk.html"/>
|
---|
15 | <meta name="DC.Relation" scheme="URI" content="../dev_ref/preprocess-topicpull.html"/>
|
---|
16 | <meta name="DC.Format" content="XHTML"/>
|
---|
17 | <meta name="DC.Identifier" content="preprocess-maplink"/>
|
---|
18 | <meta name="DC.Language" content="en-us"/>
|
---|
19 | <link rel="stylesheet" type="text/css" href="../commonltr.css"/>
|
---|
20 | <link rel="stylesheet" type="text/css" href="../dita-ot-doc.css"/>
|
---|
21 | <title>Map based linking (maplink and move-links)</title>
|
---|
22 | </head>
|
---|
23 | <body id="preprocess-maplink">
|
---|
24 |
|
---|
25 |
|
---|
26 | <h1 class="title topictitle1">Map based linking (maplink and move-links)</h1>
|
---|
27 |
|
---|
28 |
|
---|
29 | <div class="body conbody"><p class="shortdesc">These two steps work together to create links based on a map and move those links into
|
---|
30 | the referenced topics. The links are created based on hierarchy in the DITA map, the
|
---|
31 | @collection-type attribute, and relationship tables. This step is implemented in XSLT and
|
---|
32 | Java.</p>
|
---|
33 |
|
---|
34 | <div class="section"><p class="p">The <samp class="ph codeph">maplink</samp> module runs an XSLT program that evaluates the map; it places all
|
---|
35 | the generated links into a single file in the temporary directory. The
|
---|
36 | <samp class="ph codeph">move-links</samp> module then runs a Java program that pushes the generated links
|
---|
37 | into the applicable topics.</p>
|
---|
38 | </div>
|
---|
39 |
|
---|
40 | </div>
|
---|
41 |
|
---|
42 | <div class="related-links">
|
---|
43 | <div class="familylinks">
|
---|
44 | <div class="parentlink"><strong>Parent topic:</strong> <a class="link" href="../dev_ref/DITA-OTPreprocess.html" title="The pre-processing operation is a set of steps that typically runs at the beginning of every DITA-OT transformation. Each step or stage corresponds to an Ant target in the build pipeline; the preprocess target calls the entire set of steps.">Pre-processing modules</a></div>
|
---|
45 | <div class="previouslink"><strong>Previous topic:</strong> <a class="link" href="../dev_ref/preprocess-chunk.html" title="The chunk step breaks apart and assembles referenced DITA content based on the @chunk attribute in maps. This step is implemented in Java.">Chunk topics (chunk)</a></div>
|
---|
46 | <div class="nextlink"><strong>Next topic:</strong> <a class="link" href="../dev_ref/preprocess-topicpull.html" title="The topicpull step pulls content into <xref> and <link> elements. This step is implemented in XSLT.">Pull content into topics (topicpull)</a></div>
|
---|
47 | </div>
|
---|
48 | </div>
|
---|
49 |
|
---|
50 | </body>
|
---|
51 | </html>
|
---|