html-based-processing.dita 1.2 KB

12345678910111213141516171819202122232425
  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="xhtmlwithnavigation" xml:lang="en-US">
  5. <title>HTML-based processing modules</title>
  6. <shortdesc>DITA-OT ships with several varieties of HTML output, each of which follows roughly the same path through
  7. the processing pipeline. All HTML-based transformations begin with the same call to the pre-processing module, after
  8. which they generate HTML files and then branch to create the transformation-specific navigation files.</shortdesc>
  9. <prolog>
  10. <metadata>
  11. <keywords>
  12. <indexterm>HTML
  13. <indexterm>various output types</indexterm></indexterm>
  14. <indexterm>pipelines
  15. <indexterm>HTML</indexterm></indexterm>
  16. </keywords>
  17. </metadata>
  18. </prolog>
  19. <conbody>
  20. <section>
  21. <draft-comment author="Kristen Eberlein" time="29 March 2013">Does the content in this section pertain to the
  22. <codeph>dita.map.xhtml</codeph> target?</draft-comment></section>
  23. </conbody>
  24. </concept>