1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN"
|
---|
3 | "concept.dtd">
|
---|
4 | <concept id="preprocess-coderef" xml:lang="en-us">
|
---|
5 | <title>Resolve code references (codref)</title>
|
---|
6 | <shortdesc>The <codeph>coderef</codeph> step resolves references made with the <coderef> element.
|
---|
7 | This step is implemented in Java.</shortdesc>
|
---|
8 | <conbody>
|
---|
9 | <section><p>The <coderef> is used to reference code stored externally in non-XML documents. During the
|
---|
10 | pre-processing step, the referenced content is pulled into the containing <codeblock>
|
---|
11 | element.</p></section>
|
---|
12 | </conbody>
|
---|
13 | </concept>
|
---|