Last change
on this file since 98584 was 98584, checked in by vboxsync, 2 years ago |
Docs: bugref:10302. Setting svn properties of DITA-OT library.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
882 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN"
|
---|
3 | "concept.dtd">
|
---|
4 | <concept id="preprocess-maplink" xml:lang="en-us">
|
---|
5 | <title>Map based linking (maplink and move-links)</title>
|
---|
6 | <shortdesc>These two steps work together to create links based on a map and move those links into
|
---|
7 | the referenced topics. The links are created based on hierarchy in the DITA map, the
|
---|
8 | @collection-type attribute, and relationship tables. This step is implemented in XSLT and
|
---|
9 | Java.</shortdesc>
|
---|
10 | <conbody>
|
---|
11 | <section><p>The <codeph>maplink</codeph> module runs an XSLT program that evaluates the map; it places all
|
---|
12 | the generated links into a single file in the temporary directory. The
|
---|
13 | <codeph>move-links</codeph> module then runs a Java program that pushes the generated links
|
---|
14 | into the applicable topics.</p></section>
|
---|
15 | </conbody>
|
---|
16 | </concept>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.