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="Resolve keyref (keyref)"/>
|
---|
11 | <meta name="abstract" content="The keyref step examines all the keys that are defined in the DITA source and resolved the key references. Links that make use of keys are updated so that any @href value is replaced by the appropriate target; key-based text replacement is also performed. This step is implemented in Java."/>
|
---|
12 | <meta name="description" content="The keyref step examines all the keys that are defined in the DITA source and resolved the key references. Links that make use of keys are updated so that any @href value is replaced by the appropriate target; key-based text replacement is also performed. This step is implemented in 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-metadata.html"/>
|
---|
15 | <meta name="DC.Relation" scheme="URI" content="../dev_ref/preprocess-coderef.html"/>
|
---|
16 | <meta name="DC.Format" content="XHTML"/>
|
---|
17 | <meta name="DC.Identifier" content="preprocess-keyref"/>
|
---|
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>Resolve keyref (keyref)</title>
|
---|
22 | </head>
|
---|
23 | <body id="preprocess-keyref">
|
---|
24 |
|
---|
25 |
|
---|
26 | <h1 class="title topictitle1">Resolve keyref (keyref)</h1>
|
---|
27 |
|
---|
28 | <p class="shortdesc">The <samp class="ph codeph">keyref</samp> step examines all the keys that are defined in the DITA
|
---|
29 | source and resolved the key references. Links that make use of keys are updated so that any @href
|
---|
30 | value is replaced by the appropriate target; key-based text replacement is also performed. This
|
---|
31 | step is implemented in Java.</p>
|
---|
32 |
|
---|
33 | <div class="related-links">
|
---|
34 | <div class="familylinks">
|
---|
35 | <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>
|
---|
36 | <div class="previouslink"><strong>Previous topic:</strong> <a class="link" href="../dev_ref/preprocess-metadata.html" title="The move-meta-entries step pushes metadata back and forth between maps and topics. For example, index entries and copyrights in the map are pushed into affected topics, so that the topics can be processed later in isolation while retaining all relevant metadata. This step is implemented in Java.">Move metadata (move-meta-entries)</a></div>
|
---|
37 | <div class="nextlink"><strong>Next topic:</strong> <a class="link" href="../dev_ref/preprocess-coderef.html" title="The coderef step resolves references made with the <coderef> element. This step is implemented in Java.">Resolve code references (codref)</a></div>
|
---|
38 | </div>
|
---|
39 | </div>
|
---|
40 |
|
---|
41 | </body>
|
---|
42 | </html>
|
---|