1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE html
|
---|
3 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
---|
4 | <html xml:lang="en-us" lang="en-us">
|
---|
5 | <head>
|
---|
6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
---|
7 | <meta name="copyright" content="(C) Copyright 2005"/>
|
---|
8 | <meta name="DC.rights.owner" content="(C) Copyright 2005"/>
|
---|
9 | <meta name="DC.Type" content="concept"/>
|
---|
10 | <meta name="DC.Title" content="Globalization support offered by the DITA-OT"/>
|
---|
11 | <meta name="abstract" content="The DITA Open Toolkit (DITA-OT) offers globalization support in the following areas: Generated text, index sorting, and bi-directional text."/>
|
---|
12 | <meta name="description" content="The DITA Open Toolkit (DITA-OT) offers globalization support in the following areas: Generated text, index sorting, and bi-directional text."/>
|
---|
13 | <meta name="DC.Relation" scheme="URI" content="../readme/DITA-globalization.html"/>
|
---|
14 | <meta name="DC.Format" content="XHTML"/>
|
---|
15 | <meta name="DC.Identifier" content="globalization-supported-in-dita-ot"/>
|
---|
16 | <link rel="stylesheet" type="text/css" href="../commonltr.css"/>
|
---|
17 | <link rel="stylesheet" type="text/css" href="../dita-ot-doc.css"/>
|
---|
18 | <title>Globalization support offered by the DITA-OT</title>
|
---|
19 | </head>
|
---|
20 | <body id="globalization-supported-in-dita-ot">
|
---|
21 |
|
---|
22 |
|
---|
23 | <h1 class="title topictitle1">Globalization support offered by the DITA-OT</h1>
|
---|
24 |
|
---|
25 |
|
---|
26 | <div class="body conbody"><p class="shortdesc">The DITA Open Toolkit (DITA-OT) offers globalization support in the following areas:
|
---|
27 | Generated text, index sorting, and bi-directional text.</p>
|
---|
28 |
|
---|
29 | <div class="p"><dl class="dl">
|
---|
30 |
|
---|
31 | <dt class="dt dlterm">Generated text</dt>
|
---|
32 |
|
---|
33 | <dd class="dd"><dfn class="term">Generated text</dfn> is text that is rendered automatically in the output that
|
---|
34 | is generated by the DITA-OT; this text is not located in the DITA source files. The
|
---|
35 | following are examples of generated text:<ul class="ul">
|
---|
36 | <li class="li">The word "Chapter in a PDF file.</li>
|
---|
37 |
|
---|
38 | <li class="li">The phrases "Related concepts," "Related tasks," and "Related reference" in XHTML
|
---|
39 | output.</li>
|
---|
40 |
|
---|
41 | </ul>
|
---|
42 | </dd>
|
---|
43 |
|
---|
44 |
|
---|
45 |
|
---|
46 | <dt class="dt dlterm">Index sorting</dt>
|
---|
47 |
|
---|
48 | <dd class="dd">The DITA-OT can use only a single language to sort indexes.</dd>
|
---|
49 |
|
---|
50 |
|
---|
51 |
|
---|
52 | <dt class="dt dlterm">Bi-directional text</dt>
|
---|
53 |
|
---|
54 | <dd class="dd">The DITA-OT contains style sheets (CSS files) that support both left-to-right (LTR)
|
---|
55 | and right-to-left (RTL) languages.</dd>
|
---|
56 |
|
---|
57 |
|
---|
58 | </dl>
|
---|
59 | When the DITA-OT generates output, it takes the first value for the @xml:lang attribute
|
---|
60 | that it encounters, and then it uses that value to create generated text, perform index
|
---|
61 | sorting, and determine which default CSS file is used. If no value for the @xml:lang attribute
|
---|
62 | is found, the toolkit defaults to US English.</div>
|
---|
63 |
|
---|
64 | </div>
|
---|
65 |
|
---|
66 | <div class="related-links">
|
---|
67 | <div class="familylinks">
|
---|
68 | <div class="parentlink"><strong>Parent topic:</strong> <a class="link" href="../readme/DITA-globalization.html" title="The DITA standard supports content that is written in or translated to any language. In general, the DITA Open Toolkit (DITA-OT) passes content through to the output format unchanged. The DITA-OT uses the values for the @xml:lang, @translate, and @dir attributes that are set in the source content to provides globalization support.">Globalizing DITA content</a></div>
|
---|
69 | </div>
|
---|
70 | </div>
|
---|
71 |
|
---|
72 | </body>
|
---|
73 | </html>
|
---|