preprocess-keyref.dita 1.0 KB

1234567891011121314151617181920
  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 key references (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. <prolog>
  11. <metadata>
  12. <keywords>
  13. <indexterm><xmlatt>href</xmlatt></indexterm>
  14. <indexterm>preprocessing<indexterm><codeph>keyref</codeph></indexterm></indexterm>
  15. <indexterm><codeph>keyref</codeph></indexterm>
  16. </keywords>
  17. </metadata>
  18. </prolog>
  19. </concept>