Production notes (reuse)

How we reused content

The DITA core vocabulary, which is a key feature of this document, has provided the authors many opportunities for content reuse. Most of the "about" topics in the book are "conref'ed" from the core vocabulary topic of the same name. For example, here is the core vocabulary content for the Ant topic:
<conbody>
<section id="ant_term">
<p>
<b>Definition</b>
</p>
<p>A Java-based, open source tool provided by the Apache Foundation 
to automatically implement a sequence of build actions defined in an Ant build script. 
The Ant functionality is similar to the more well-known UNIX make 
and Windows nmake build tools however, instead of using shell-based commands, 
like make, Ant uses Java classes. The configuration files are XML-based, 
calling out a target tree where various tasks get executed. Each task is run 
by an object that implements a particular task interface. Ant can be used 
for both software and document builds.</p>
<p>
<b>Usage</b>
</p>
<p>DITA Open Toolkit provides Java code and a set of 
XSLT transform scripts for producing different types of output, 
for example, XHTML, Eclipse help, JavaHelp, and PDF. 
Ant build scripts build DITA output by controlling the execution 
of the DITA Open Toolkit Java code and the XSLT transform scripts.</p>
<p>Ant must be installed in your DITA processing environment 
for DITA Open Toolkit to function, but it is not part 
of the Toolkit installation package.</p>
<p>
<b>For more information</b>
</p>
<p>For information about the Ant version required by the Toolkit, 
see <xref href="../release_current/sysreqs.dita" 
format="dita">System requirements and supported applications</xref>.</p>
<p>
<b>To obtain</b>
</p>
<p>You can download Ant from <
xref href="http://ant.apache.org/bindownload.cgi" 
format="html" scope="external"/>.</p>
</section>
</conbody>
		
Here is the conref in the About Ant topic:
<conbody>
<section conref="../core_vocabulary/ant.dita#ant/ant_term">
</section>