preprocess-keyref.dita 768 B

1234567891011
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
  3. <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
  4. <concept id="preprocess-keyref" xml:lang="en-US">
  5. <title>Resolve keyref (keyref)</title>
  6. <shortdesc>The <codeph>keyref</codeph> step examines all the keys that are defined in the DITA source and resolves the
  7. key references. Links that make use of keys are updated so that any <xmlatt>href </xmlatt>value is replaced by the
  8. appropriate target; key-based text replacement is also performed, and the key definition list file is written to the
  9. temporary directory. This step is implemented in Java.</shortdesc>
  10. </concept>