XhtmlWithNavigation.dita 1.1 KB

1234567891011121314151617181920212223
  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<indexterm>various output types</indexterm></indexterm>
  13. <indexterm>pipelines<indexterm>HTML</indexterm></indexterm>
  14. </keywords>
  15. </metadata>
  16. </prolog>
  17. <conbody>
  18. <section>
  19. <draft-comment author="Kristen Eberlein" time="29 March 2013">Does the content in this section pertain to the
  20. <codeph>dita.map.xhtml</codeph> target?</draft-comment></section>
  21. </conbody>
  22. </concept>