preprocessing.dita 812 B

1234567891011121314151617
  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="preprocessarch" xml:lang="en-US">
  5. <title>Pre-processing modules</title>
  6. <shortdesc>The pre-processing operation is a set of steps that typically runs at the beginning of every DITA-OT
  7. transformation. Each step or stage corresponds to an Ant target in the build pipeline; the
  8. <codeph>preprocess</codeph> target calls the entire set of steps.</shortdesc>
  9. <prolog>
  10. <metadata>
  11. <keywords>
  12. <indexterm>preprocessing<indexterm start="preprocessing">modules</indexterm></indexterm>
  13. </keywords>
  14. </metadata>
  15. </prolog>
  16. </concept>