VirtualBox

source: vbox/trunk/src/libs/dita-ot-1.8.5/doc/dev_ref/DITA1.2-implementation-dependent-features.html@ 98878

最後變更 在這個檔案從98878是 98584,由 vboxsync 提交於 2 年 前

Docs: bugref:10302. Setting svn properties of DITA-OT library.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 5.5 KB
 
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="reference"/>
10<meta name="DC.Title" content="Implementation dependent features"/>
11<meta name="DC.Relation" scheme="URI" content="../dev_ref/developer-reference.html"/>
12<meta name="DC.Format" content="XHTML"/>
13<meta name="DC.Identifier" content="implementation-dependent-features"/>
14<link rel="stylesheet" type="text/css" href="../commonltr.css"/>
15<link rel="stylesheet" type="text/css" href="../dita-ot-doc.css"/>
16<title>Implementation dependent features</title>
17</head>
18<body id="implementation-dependent-features">
19
20
21 <h1 class="title topictitle1">Implementation dependent features</h1>
22
23 <div class="body refbody">
24 <div class="section" id="implementation-dependent-features__section_jla_oqn_qc"><h2 class="title sectiontitle">Chunking</h2>
25
26 <p class="p">Supported chunking methods:</p>
27
28 <ul class="ul">
29 <li class="li">select-topic</li>
30
31 <li class="li">select-document</li>
32
33 <li class="li">select-branch</li>
34
35 <li class="li">by-topic</li>
36
37 <li class="li">by-document</li>
38
39 <li class="li">to-content</li>
40
41 <li class="li">to-navigation.</li>
42
43 </ul>
44
45 <p class="p">When no chunk attribute values are given, no chunking is performed.</p>
46
47 <div class="note note"><span class="notetitle">Note:</span> In effect, for HTML based transformation types this is equivalent to select-document and
48 by-document defaults.</div>
49
50 <p class="p">Error recovery:</p>
51
52 <ul class="ul">
53 <li class="li">When two tokens from the same category are used, no error or warning is
54 thrown.</li>
55
56 <li class="li">When an unrecognized chunking method is used, no error or warning is thrown.</li>
57
58 </ul>
59
60 </div>
61
62 <div class="section" id="implementation-dependent-features__section_zaa_bgs_qc"><h2 class="title sectiontitle">Filtering</h2>
63
64 <p class="p">Error recovery:</p>
65
66 <ul class="ul">
67 <li class="li">When there are multiple <samp class="ph codeph">revprop</samp> elements with the same val attribute, no error or
68 warning is thrown</li>
69
70 <li class="li">When multiple prop elements define a duplicate attribute and value combination,
71 attribute default, or fall-back behaviour, <span class="keyword msgnum">DOTJ007E</span> error is thrown.</li>
72
73 </ul>
74
75 </div>
76
77 <div class="section" id="implementation-dependent-features__section_kjq_egs_qc"><h2 class="title sectiontitle">Debug attributes</h2>
78
79 <p class="p">The debug attributes are populated as follows:</p>
80
81 <dl class="dl">
82
83 <dt class="dt dlterm">xtrf</dt>
84
85 <dd class="dd">absolute system path of the source document</dd>
86
87
88
89 <dt class="dt dlterm">xtrc</dt>
90
91 <dd class="dd">element counter that uses the
92 format<pre class="pre codeblock">element-name ":" integer-counter ";" line-number ":" column-number</pre>
93</dd>
94
95
96 </dl>
97
98 </div>
99
100 <div class="section" id="implementation-dependent-features__section_dco_qgs_qc"><h2 class="title sectiontitle">Image scaling</h2>
101
102 <p class="p">If both height and width attributes are given, image is scaled non-uniformly.</p>
103
104 <p class="p">If scale attribute is not an unsigned integer, no error or warning is thrown during
105 preprocessing.</p>
106
107 </div>
108
109 <div class="section"><h2 class="title sectiontitle">Map processing</h2>
110
111 <p class="p">When a <samp class="ph codeph">topicref</samp> element that references a map contains child
112 <samp class="ph codeph">topicref</samp> elements, <span class="keyword msgnum">DOTX068W</span> error is thrown and the
113 child <samp class="ph codeph">topicref</samp> elements are ignored. </p>
114
115 </div>
116
117 <div class="section" id="implementation-dependent-features__section_h3h_jsx_1h"><h2 class="title sectiontitle">Link processing</h2>
118
119 <p class="p">When the value of <samp class="ph codeph">href</samp> attribute is not a valid URI reference, <span class="keyword msgnum">DOTJ054E</span> error is thrown. Depending on
120 <a class="xref" href="../readme/configuration.html#configuration__processing-mode">error recover mode</a>, error recover may be attempted.</p>
121
122 </div>
123
124 <div class="section"><h2 class="title sectiontitle">Copy-to processing</h2>
125
126 <p class="p">When the <samp class="ph codeph">copy-to</samp> attribute is specified on a <samp class="ph codeph">topicref</samp>, the content of the
127 <samp class="ph codeph">shortdesc</samp> element is not used to override the short description of the topic.</p>
128
129 </div>
130
131 </div>
132
133<div class="related-links">
134<div class="familylinks">
135<div class="parentlink"><strong>Parent topic:</strong> <a class="link" href="../dev_ref/developer-reference.html" title="The DITA Open Toolkit Developer Reference is designed to provide more advanced information about the DITA OT. It is geared to an audience that needs information about the DITA-OT architecture, configuring and extending the DITA-OT, and creating DITA-OT plug-ins.">DITA Open Toolkit Developer Reference</a></div>
136</div>
137</div>
138
139</body>
140</html>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette