conversion_configuration

A conversion configuration is a configuration file that specifies mapping files for the Word2DITA and DITA2InCopy processes. It is probably most used within CMSes to control the mentioned processes.
The conversion_configuration topic type is specialized from the base topic type. It is not intended for use with output processors. Should it be processed by an output processor, the correct behavior would be to suppress it.

Inheritance

- topic/topic conversion_configuration/conversion_configuration

Figure 2. Sample of an instance of conversion_configuration topic type
<conversion_configuration id="book-conversion-config">
  <title>Book Conversion Configuration</title>
  <conversion_configuration_body>
    <section> <title>Instructions and Notes</title> <p>Describe relationship between optionValues here.</p> </section>
    <word2xmlOptions
      spectitle="Word to XML Options">
      <optionSet>
        <option>
          <optionName>style2tagmap</optionName>
          <optionValue>book-style2tagmap.xml</optionValue>
        </option>
        <option>
          <optionName>docx2ditaXslt</optionName>
          <optionValue>book-docx2dita.xsl</optionValue>
        </option>
      </optionSet>
    </word2xmlOptions>
    <xml2InDesignOptions
      spectitle="XML to InDesign Options">
      <optionSet>
        <option>
          <optionName>xml2indesignXslt</optionName>
          <optionValue>chapter2icml.xsl</optionValue>
        </option>
        <option>
          <optionName>indesignStyleCatalog</optionName>
          <optionValue>book-dita-indesign-style-catalog.xml</optionValue>
        </option>
        <option>
          <optionName>incopyFormat</optionName>
          <optionValue>icml</optionValue>
        </option>
      </optionSet>
    </xml2InDesignOptions>
  </conversion_configuration_body>
</conversion_configuration>