globalization-supported-in-dita-ot.dita 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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.md file for applicable licenses.-->
  4. <concept id="globalization-supported-in-dita-ot">
  5. <title>Globalization support offered by the DITA-OT</title>
  6. <shortdesc>The DITA Open Toolkit offers globalization support in the following areas: Generated text, index sorting,
  7. and bi-directional text.</shortdesc>
  8. <conbody>
  9. <p>
  10. <dl>
  11. <dlentry>
  12. <dt>Generated text</dt>
  13. <dd><term>Generated text</term> is text that is rendered automatically in the output that is generated by the
  14. DITA-OT; this text is not located in the DITA source files. The following are examples of generated text:<ul>
  15. <li>The word "Chapter" in a PDF file.</li>
  16. <li>The phrases "Related concepts," "Related tasks," and "Related reference" in HTML output.</li>
  17. </ul></dd>
  18. </dlentry>
  19. <dlentry>
  20. <dt>Index sorting</dt>
  21. <dd>The DITA-OT can use only a single language to sort indexes.<draft-comment author="Kristen James Eberlein"
  22. time="11 August 2012">What does the ICU for Java provide? Does index sorting occur if ICU for Java is NOT
  23. installed?</draft-comment></dd>
  24. </dlentry>
  25. <dlentry>
  26. <dt>Bi-directional text</dt>
  27. <dd>The DITA-OT contains style sheets (CSS files) that support both left-to-right (LTR) and right-to-left
  28. (RTL) languages.<draft-comment author="Kristen James Eberlein" time="11 August 2012">What support is offered
  29. by the legacypdf and pdf2 transformations?</draft-comment></dd>
  30. </dlentry>
  31. </dl>When the DITA-OT generates output, it takes the first value for the <xmlatt>xml:lang</xmlatt> attribute that
  32. it encounters, and then it uses that value to create generated text, perform index sorting, and determine which
  33. default CSS file is used. If no value for the <xmlatt>xml:lang</xmlatt> attribute is found, the toolkit defaults
  34. to US English.<draft-comment author="Kristen James Eberlein" time="11 August 2012">Does the DITA-OT also use the
  35. values for the <xmlatt>dir</xmlatt> attribute?</draft-comment></p>
  36. </conbody>
  37. </concept>