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 code references (codref)"/>
|
---|
11 | <meta name="abstract" content="The coderef step resolves references made with the <coderef> element. This step is implemented in Java."/>
|
---|
12 | <meta name="description" content="The coderef step resolves references made with the <coderef> element. 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-keyref.html"/>
|
---|
15 | <meta name="DC.Relation" scheme="URI" content="../dev_ref/preprocess-mapref.html"/>
|
---|
16 | <meta name="DC.Format" content="XHTML"/>
|
---|
17 | <meta name="DC.Identifier" content="preprocess-coderef"/>
|
---|
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 code references (codref)</title>
|
---|
22 | </head>
|
---|
23 | <body id="preprocess-coderef">
|
---|
24 |
|
---|
25 |
|
---|
26 | <h1 class="title topictitle1">Resolve code references (codref)</h1>
|
---|
27 |
|
---|
28 |
|
---|
29 | <div class="body conbody"><p class="shortdesc">The <samp class="ph codeph">coderef</samp> step resolves references made with the <coderef> element.
|
---|
30 | This step is implemented in Java.</p>
|
---|
31 |
|
---|
32 | <div class="section"><p class="p">The <coderef> is used to reference code stored externally in non-XML documents. During the
|
---|
33 | pre-processing step, the referenced content is pulled into the containing <codeblock>
|
---|
34 | element.</p>
|
---|
35 | </div>
|
---|
36 |
|
---|
37 | </div>
|
---|
38 |
|
---|
39 | <div class="related-links">
|
---|
40 | <div class="familylinks">
|
---|
41 | <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>
|
---|
42 | <div class="previouslink"><strong>Previous topic:</strong> <a class="link" href="../dev_ref/preprocess-keyref.html" title="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.">Resolve keyref (keyref)</a></div>
|
---|
43 | <div class="nextlink"><strong>Next topic:</strong> <a class="link" href="../dev_ref/preprocess-mapref.html" title="The mapref step resolves references from one DITA map to another. This step is implemented in XSLT.">Resolve map references (mapref)</a></div>
|
---|
44 | </div>
|
---|
45 | </div>
|
---|
46 |
|
---|
47 | </body>
|
---|
48 | </html>
|
---|