error-messages-details.xml 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
  3. <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
  4. <reference id="errormessages" xml:lang="en-US">
  5. <title conkeyref="error-messages/title" conaction="pushreplace">DITA-OT error messages</title>
  6. <shortdesc conkeyref="error-messages/shortdesc" conaction="pushreplace">This topic lists each error message generated
  7. by the toolkit and provides additional information that might be helpful in understanding and resolving the error
  8. condition. If your toolkit installation includes custom plug-ins that define additional messages, you can add to
  9. this list by rebuilding the DITA-OT documentation.</shortdesc>
  10. <refbody>
  11. <section id="overview" conkeyref="error-messages/overview" conaction="pushreplace">
  12. <p>Each message ID is composed of a message prefix, a message number, and a letter that indicates the severity
  13. level (I, W, E, or F). </p>
  14. <p>The toolkit uses the following severity scale:</p>
  15. <dl id="severity-levels">
  16. <dlentry>
  17. <dt>Info (I)</dt>
  18. <dd>Informational messages highlight the progress of transformation and call attention to conditions of which
  19. you should be aware. For example, draft comments are enabled and will be rendered in the output.</dd>
  20. </dlentry>
  21. <dlentry>
  22. <dt>Warning (W)</dt>
  23. <dd>The toolkit encountered a problem that should be corrected. Processing will continue, but the output might
  24. not be as expected.</dd>
  25. </dlentry>
  26. <dlentry>
  27. <dt>Error (E)</dt>
  28. <dd>The toolkit encountered a more severe problem, and the output is affected. For example, some content is
  29. missing or invalid, or the content is not rendered in the output</dd>
  30. </dlentry>
  31. <dlentry>
  32. <dt>Fatal (F)</dt>
  33. <dd>The toolkit encountered a severe condition, processing stopped, and no output is generated.</dd>
  34. </dlentry>
  35. </dl>
  36. <p>Plug-ins may be used to add additional messages to the toolkit; for more information, see
  37. <xref keyref="rebuilding-docs"/>.</p>
  38. </section>
  39. <simpletable>
  40. <sthead>
  41. <stentry>Individual cells in this table may be used to push additional explanations for any existing error
  42. message into the generated message topic.</stentry>
  43. </sthead>
  44. <strow>
  45. <stentry>To add additional explanation to any message, add the explanation to this table in a single cell, and
  46. set the following attributes on the <xmlelement>stentry</xmlelement> tag:
  47. <ul>
  48. <li><codeph>conkeyref="error-messages/MESSAGEID-extra"</codeph> -- for example, use the following to add
  49. additional info to message DOTX001F: <codeph>conkeyref="error-messages/DOTX001F-extra"</codeph></li>
  50. <li><codeph>conaction="pushreplace"</codeph></li>
  51. </ul></stentry>
  52. </strow>
  53. <strow>
  54. <stentry conkeyref="error-messages/DOTA001F-extra" conaction="pushreplace">Default transformation types that
  55. ship with the toolkit include dita, eclipsehelp, html5, htmlhelp, markdown variants, pdf (or pdf2), and xhtml.
  56. Additional transformation types may be available if toolkit plug-ins are installed.</stentry>
  57. </strow>
  58. <strow>
  59. <stentry conkeyref="error-messages/DOTA002F-extra" conaction="pushreplace">The input parameter was not
  60. specified, so there is no DITA or DITAMAP file to transform. Ensure the parameter is set properly; see
  61. <xref keyref="parameters-base">DITA-OT common parameters (args.input)</xref> if you are unsure how to specify
  62. the input file.
  63. <indexterm>DITA maps
  64. <indexterm>input file</indexterm></indexterm>
  65. </stentry>
  66. </strow>
  67. <strow>
  68. <stentry conkeyref="error-messages/DOTA003F-extra" conaction="pushreplace">An alternate stylesheet was specified
  69. to run in place of the default XSLT output process, but that stylesheet could not be loaded. Please correct
  70. the parameter to specify a valid stylesheet.
  71. <indexterm>XSLT
  72. <indexterm>stylesheet error</indexterm></indexterm></stentry>
  73. </strow>
  74. <strow>
  75. <stentry conkeyref="error-messages/DOTA004F-extra" conaction="pushreplace">This optional parameter is used to
  76. set an extension for DITA topic documents in the temporary processing directory. Only "dita", ".dita", "xml",
  77. or ".xml" are allowed.</stentry>
  78. </strow>
  79. <strow>
  80. <stentry conkeyref="error-messages/DOTA006W-extra" conaction="pushreplace">If the CSSPATH uses an absolute path,
  81. it should be one that can still be accessed after the files are moved to another system (such as
  82. <codeph>http://www.example.org/</codeph>). Absolute paths on the local file system will be broken if the
  83. content is moved to a new system.</stentry>
  84. </strow>
  85. <strow>
  86. <stentry conkeyref="error-messages/DOTA007E-extra" conaction="pushreplace">The running footer file, which
  87. contains content to be added to the bottom of each XHTML output topic, cannot be located or read. This is
  88. usually caused by a typo in the parameter value. You should also ensure that the value is not specified with
  89. "file:" as a prefix.</stentry>
  90. </strow>
  91. <strow>
  92. <stentry conkeyref="error-messages/DOTA008E-extra" conaction="pushreplace">The running header file, which
  93. contains content to be added to the top of each XHTML output topic, cannot be located or read. This is usually
  94. caused by a typo in the parameter value. You should also ensure that the value is not specified with "file:"
  95. as a prefix.</stentry>
  96. </strow>
  97. <strow>
  98. <stentry conkeyref="error-messages/DOTA009E-extra" conaction="pushreplace">The running heading file, which
  99. contains content to be added to the <xmlelement>head</xmlelement> section of each HTML output topic, cannot be
  100. located or read. This is usually caused by a typo in the parameter value. You should also ensure that the
  101. value is not specified with "file:" as a prefix.</stentry>
  102. </strow>
  103. <strow>
  104. <stentry conkeyref="error-messages/DOTA066F-extra" conaction="pushreplace">An alternate stylesheet was specified
  105. to run in place of the default XSL-FO output process, but that stylesheet could not be loaded. Please correct
  106. the parameter to specify a valid stylesheet.</stentry>
  107. </strow>
  108. <strow>
  109. <!-- This condition and the next belong to the org.dita.pdf2 plugin. Not sure if they should be moved below. -->
  110. <stentry conkeyref="error-messages/DOTA067W-extra" conaction="pushreplace">According to the OASIS DITA
  111. Specification, the <xmlelement>index-see</xmlelement> element should be ignored if the parent
  112. <xmlelement>indexterm</xmlelement> contains other <xmlelement>indexterm</xmlelement> children.</stentry>
  113. </strow>
  114. <strow>
  115. <stentry conkeyref="error-messages/DOTA068W-extra" conaction="pushreplace">According to the OASIS DITA
  116. Specification, the <xmlelement>index-see-also</xmlelement> element should be ignored if the parent
  117. <xmlelement>indexterm</xmlelement> contains other <xmlelement>indexterm</xmlelement> children.</stentry>
  118. </strow>
  119. <strow>
  120. <stentry conkeyref="error-messages/DOTA069F-extra" conaction="pushreplace">Please ensure that the input file
  121. path and file name were entered correctly.</stentry>
  122. </strow>
  123. <strow>
  124. <stentry conkeyref="error-messages/DOTJ005F-extra" conaction="pushreplace"/>
  125. </strow>
  126. <strow>
  127. <stentry conkeyref="error-messages/DOTJ009E-extra" conaction="pushreplace">The transform was unable to create
  128. files properly during the transform; results may not be as expected.</stentry>
  129. </strow>
  130. <strow>
  131. <stentry conkeyref="error-messages/DOTJ012F-extra" conaction="pushreplace">This message may indicate an invalid
  132. input file (such as accidentally specifying a PDF file as input rather than a DITA map file), an input file
  133. that uses elements which are not allowed, are not part or a DITA file that has errors and cannot be parsed as
  134. XML. You could also be using a specialized DITA document type that needs external plug-ins in order to be
  135. parsed correctly. The message issued by the XML parser should provide additional information to help diagnose
  136. the cause.</stentry>
  137. </strow>
  138. <strow>
  139. <stentry conkeyref="error-messages/DOTJ013E-extra" conaction="pushreplace">This message may indicate a reference
  140. to an invalid file (such as accidentally referencing a PDF or unknown XML file as if it was DITA), a
  141. referenced file that uses elements which are not allowed, or a referenced DITA file that has errors and cannot
  142. be parsed as XML. You could also be using a specialized DITA document type that needs external plug-ins in
  143. order to be parsed correctly. The message issued by the XML parser should provide additional information to
  144. help diagnose the cause.</stentry>
  145. </strow>
  146. <strow>
  147. <stentry conkeyref="error-messages/DOTJ014W-extra" conaction="pushreplace">An empty
  148. <xmlelement>indexterm</xmlelement> element was found, and will appear in the index as ***. This index term
  149. should be removed from the source.</stentry>
  150. </strow>
  151. <strow>
  152. <stentry conkeyref="error-messages/DOTJ020W-extra" conaction="pushreplace">This will appear when one installed
  153. plug-in requires another in order to function correctly, but the required plug-in is not found. The installed
  154. plug-in will be ignored.</stentry>
  155. </strow>
  156. <strow>
  157. <stentry conkeyref="error-messages/DOTJ021W-extra" conaction="pushreplace">This may appear if filter conditions
  158. on the root element of a topic cause the entire topic to be filtered out. To remove this message, you could
  159. place any filter conditions on the reference to this file, which will prevent the build from accessing this
  160. file.</stentry>
  161. </strow>
  162. <strow>
  163. <stentry conkeyref="error-messages/DOTJ022F-extra" conaction="pushreplace">Either the input file or the ditaval
  164. file should change, otherwise your build is explicitly excluding all content.</stentry>
  165. </strow>
  166. <strow>
  167. <stentry conkeyref="error-messages/DOTJ023E-extra" conaction="pushreplace">Check whether the image exists in the
  168. source location or already exists in the output directory.
  169. <indexterm>image</indexterm>
  170. </stentry>
  171. </strow>
  172. <strow>
  173. <stentry conkeyref="error-messages/DOTJ025E-extra" conaction="pushreplace">This message should only appear in
  174. the following cases:
  175. <ul>
  176. <li>Errors earlier in the transform prevented this step of the transform from running; correct any errors
  177. and try the build again.</li>
  178. <li>An Ant build or plug-in is directly calling the toolkit’s topic merge module, and is doing so
  179. improperly; in this case the Ant build or plug-in needs to be fixed.</li>
  180. <li>In the past, problems have been encountered when calling this module with an absolute path; this should
  181. no longer be an issue, but may be fixed in older releases by updating the Ant build or plug-in.</li>
  182. </ul></stentry>
  183. </strow>
  184. <strow>
  185. <stentry conkeyref="error-messages/DOTJ026E-extra" conaction="pushreplace">This message should only appear if an
  186. Ant build or plug-in is directly calling the toolkit’s topic merge module, or if earlier errors resulted in
  187. problems with some of the content. If the topic merge module is called correctly, then this indicates a
  188. program error that should be reported to the DITA-OT development team via the
  189. <xref keyref="dita-ot-issues"/>. </stentry>
  190. </strow>
  191. <strow>
  192. <stentry conkeyref="error-messages/DOTJ028E-extra" conaction="pushreplace">When referencing a non-DITA file, the
  193. format attribute should indicate the type of file referenced (such as "html" for HTML topics or "pdf" for PDF
  194. files). Otherwise, the transform may attempt to parse the referenced document as a DITA topic.</stentry>
  195. </strow>
  196. <strow>
  197. <stentry conkeyref="error-messages/DOTJ029I-extra" conaction="pushreplace">The domains attribute is used in
  198. specialized DITA documents to help determine which domain elements are legal. This message will only appear if
  199. a DITA specialization was not defined properly.</stentry>
  200. </strow>
  201. <strow>
  202. <stentry conkeyref="error-messages/DOTJ030I-extra" conaction="pushreplace">All specialized DITA elements must
  203. define a class attribute to provide ancestry information. This message will only appear if a specialized DITA
  204. element did not define a class attribute, or if non-DITA elements are included in a DITA context.</stentry>
  205. </strow>
  206. <strow>
  207. <stentry conkeyref="error-messages/DOTJ031I-extra" conaction="pushreplace">This informational message is
  208. intended to help you catch filter conditions that may have been specified improperly; if the value is correct,
  209. no action is needed.</stentry>
  210. </strow>
  211. <strow>
  212. <stentry conkeyref="error-messages/DOTJ033E-extra" conaction="pushreplace"/>
  213. </strow>
  214. <strow>
  215. <stentry conkeyref="error-messages/DOTJ034F-extra" conaction="pushreplace">DITA processing is based on class
  216. attributes defined for every element. Usually these are defaulted in the DTD or Schema; if no DTD or Schema is
  217. used, the class attributes must be explicitly included in the map or topic.</stentry>
  218. </strow>
  219. <strow>
  220. <stentry conkeyref="error-messages/DOTJ035F-extra" conaction="pushreplace">This will appear when a topic is
  221. outside the scope of the map; for example, if the main input map references
  222. <filepath>"../other-directory/some.dita"</filepath>. The result would cause an output file to be created
  223. outside of the output directory. See
  224. <xref keyref="parameters-base">DITA-OT common parameters (outer.control and generate.copy.outer)</xref> for
  225. details.
  226. <indexterm>generate.copy.outer</indexterm>
  227. </stentry>
  228. </strow>
  229. <strow>
  230. <stentry conkeyref="error-messages/DOTJ036W-extra" conaction="pushreplace">This will appear when a topic is
  231. outside the scope of the map; for example, if the main input map references
  232. <filepath>"../other-directory/some.dita"</filepath>. The result would cause an output file to be created
  233. outside of the output directory. If you do not want to see the warning message, please use the Ant parameter
  234. 'outer.control', and set the value to "quiet". Otherwise, move the referenced file into the input dita/map
  235. directory. See
  236. <xref keyref="parameters-base">DITA-OT common parameters (outer.control and generate.copy.outer)</xref> for
  237. details.
  238. <indexterm>generate.copy.outer</indexterm></stentry>
  239. </strow>
  240. <strow>
  241. <stentry conkeyref="error-messages/DOTJ037W-extra" conaction="pushreplace">DITA processing is based on class
  242. attributes defined for every element. Usually these are defaulted in the DTD or Schema; if validation against
  243. the DTD or Schema is turned off, the class attributes must be explicitly included in the map or
  244. topic.</stentry>
  245. </strow>
  246. <strow>
  247. <stentry conkeyref="error-messages/DOTJ038E-extra" conaction="pushreplace">This appears to indicate an error in
  248. creating specialized metadata elements. Please verify that the document type you are using is complete and
  249. complies with DITA Specialization rules.
  250. <indexterm>metadata
  251. <indexterm>specialization error</indexterm></indexterm>
  252. </stentry>
  253. </strow>
  254. <strow>
  255. <stentry conkeyref="error-messages/DOTJ039E-extra" conaction="pushreplace">Please see the topic on
  256. <xref
  257. href="http://docs.oasis-open.org/dita/dita/v1.3/os/part1-base/langRef/attributes/theconactionattribute.html#theconactionattribute"
  258. format="html" scope="external">Conref Push</xref> in the DITA specification for details on expected syntax
  259. for this function.</stentry>
  260. </strow>
  261. <strow>
  262. <stentry conkeyref="error-messages/DOTJ040E-extra" conaction="pushreplace">Please see the topic on
  263. <xref
  264. href="http://docs.oasis-open.org/dita/dita/v1.3/os/part1-base/langRef/attributes/theconactionattribute.html#theconactionattribute"
  265. format="html" scope="external">Conref Push</xref> in the DITA specification for details on expected syntax
  266. for this function.</stentry>
  267. </strow>
  268. <strow>
  269. <stentry conkeyref="error-messages/DOTJ041E-extra" conaction="pushreplace">The conref attribute must be a URI
  270. reference to a DITA element. Please see the topic on
  271. <xref
  272. href="http://docs.oasis-open.org/dita/dita/v1.3/os/part1-base/archSpec/base/uri-based-addressing.html#uri-based-addressing"
  273. format="html" scope="external">URI-based addressing</xref> in the DITA specification for details on the
  274. expected syntax.</stentry>
  275. </strow>
  276. <strow>
  277. <stentry conkeyref="error-messages/DOTJ042E-extra" conaction="pushreplace">The conref push function was used to
  278. replace a single element with two or more alternatives. Only one element may directly replace another using
  279. conref push. See
  280. <xref
  281. href="http://docs.oasis-open.org/dita/dita/v1.3/os/part1-base/langRef/attributes/theconactionattribute.html#theconactionattribute"
  282. format="html" scope="external">Conref Push</xref> in the DITA specification for more information about the
  283. conref push "replace" function.</stentry>
  284. </strow>
  285. <strow>
  286. <stentry conkeyref="error-messages/DOTJ043W-extra" conaction="pushreplace">The target for a conref push action
  287. does not exist; please make sure that the syntax is correct and that the target exists. See the topic on
  288. <xref
  289. href="http://docs.oasis-open.org/dita/dita/v1.3/os/part1-base/archSpec/base/uri-based-addressing.html#uri-based-addressing"
  290. format="html" scope="external">URI-based addressing</xref> in the DITA specification for details on the
  291. expected syntax. If the syntax is correct, it is possible that the target was filtered out of your build using
  292. a DITAVAL file.</stentry>
  293. </strow>
  294. <strow>
  295. <stentry conkeyref="error-messages/DOTJ044W-extra" conaction="pushreplace">Please see the topic on
  296. <xref
  297. href="http://docs.oasis-open.org/dita/dita/v1.3/os/part1-base/langRef/attributes/theconactionattribute.html#theconactionattribute"
  298. format="html" scope="external">Conref Push</xref> in the DITA specification for details on expected syntax
  299. for this function.</stentry>
  300. </strow>
  301. <strow>
  302. <stentry conkeyref="error-messages/DOTJ045I-extra" conaction="pushreplace">This informational message is
  303. intended to help you catch catch duplicate key definitions; if the keys are defined as expected, no action is
  304. needed.</stentry>
  305. </strow>
  306. <strow>
  307. <stentry conkeyref="error-messages/DOTJ046E-extra" conaction="pushreplace">See
  308. <xref
  309. href="http://docs.oasis-open.org/dita/dita/v1.3/os/part1-base/langRef/attributes/theconkeyrefattribute.html#theconkeyrefattribute"
  310. format="html" scope="external">the conkeyref definition</xref> for details on expected syntax and
  311. usage.</stentry>
  312. </strow>
  313. <strow>
  314. <stentry conkeyref="error-messages/DOTJ047I-extra" conaction="pushreplace">This message is intended to help you
  315. locate incorrectly specified keys; if the key was specified correctly, this message may be ignored.</stentry>
  316. </strow>
  317. <strow>
  318. <stentry conkeyref="error-messages/DOTJ049W-extra" conaction="pushreplace">A DITA Subject Scheme map was used to
  319. limit values that are available to the specified attribute. Please correct the attribute so that it uses one
  320. of the allowed values.</stentry>
  321. </strow>
  322. <strow>
  323. <stentry conkeyref="error-messages/DOTJ050W-extra" conaction="pushreplace">The Eclipse index will contain a
  324. value such as "See also otherEntry", but otherEntry does not exist in this index. The index reference will be
  325. broken unless this plug-in is <i>always</i> loaded into Eclipse with another plug-in that defines otherEntry
  326. as an index term.</stentry>
  327. </strow>
  328. <strow>
  329. <stentry conkeyref="error-messages/DOTJ051E-extra" conaction="pushreplace">The target for a coderef element,
  330. which specifies an external text-based file, could not be located or loaded. Please verify that the reference
  331. is correct.
  332. <p>Note that for security reasons, references to code samples outside of the scope of the map directory are
  333. not supported by default, as this could allow a reference to access and display any restricted or hidden
  334. file on the system. If you are certain that the path is valid and the file should be loaded, the current
  335. workaround is to set a parameter to allow these references. See
  336. <xref keyref="parameters-base">DITA-OT common parameters (outer.control and generate.copy.outer)</xref> for
  337. details.
  338. <indexterm>generate.copy.outer</indexterm></p></stentry>
  339. </strow>
  340. <strow>
  341. <stentry conkeyref="error-messages/DOTJ052E-extra" conaction="pushreplace">DITA-OT supports a special syntax on
  342. coderef elements to specify the character set of the target document. See
  343. <xref keyref="extended-functionality"/> for details on the expected syntax.</stentry>
  344. </strow>
  345. <strow>
  346. <stentry conkeyref="error-messages/DOTJ053W-extra" conaction="pushreplace">By default, DITA-OT supports the
  347. extensions "dita" and "xml" for DITA topics, as mandated by the DITA specification. Please verify that your
  348. topics use one of these extensions, or configure the toolkit to allow additional extensions.</stentry>
  349. </strow>
  350. <strow>
  351. <stentry conkeyref="error-messages/DOTJ054E-extra" conaction="pushreplace">This message indicates that the
  352. <xmlatt>href</xmlatt> value specified in <varname>%1</varname> does not use proper URI syntax. This may
  353. occur when <xmlatt>href</xmlatt> includes characters that should be escaped (such as the space character,
  354. which should be <codeph>%20</codeph> when in a URI). In strict processing mode this will cause a build
  355. failure; in other processing modes the build will continue using the value in <varname>%2</varname>.</stentry>
  356. </strow>
  357. <strow>
  358. <stentry conkeyref="error-messages/DOTJ068E-extra" conaction="pushreplace">A conref "mark" action has been used
  359. to mark a target element without a corresponding content reference target. This may occur when the order of
  360. the "mark" element and the pushed element is reversed.</stentry>
  361. </strow>
  362. <strow>
  363. <stentry conkeyref="error-messages/DOTJ069E-extra" conaction="pushreplace">
  364. <p>A circular reference was found in key definitions: a series of key references where the last key references
  365. the first.</p>
  366. <p>This may occur if a <xmlelement>topicref</xmlelement> element contains both a key name in the
  367. <xmlatt>keys</xmlatt> attribute and a reference to the same key in the <xmlatt>keyref</xmlatt> attribute,
  368. or if a <xmlatt>keyref</xmlatt> attribute points to a key that refers back to the referencing element.</p>
  369. <p>To resolve this issue, change the target of the <xmlatt>keyref</xmlatt> so the key is defined by pointing
  370. to a resource other than itself.</p>
  371. </stentry>
  372. </strow>
  373. <strow>
  374. <stentry conkeyref="error-messages/DOTJ070I-extra" conaction="pushreplace">
  375. <p>When a <xmlatt>class</xmlatt> attribute does not use the expected syntax, this usually indicates that
  376. <xmlatt>class</xmlatt> has been explicitly set on a DITA element. The attribute should be removed from the
  377. document so that the expected default value can be automatically used.</p>
  378. <p>If this is a non-DITA element, it needs to be placed inside a <xmlelement>foreign</xmlelement> element so
  379. that is not validated against DITA rules.
  380. <indexterm>validate</indexterm>
  381. </p>
  382. </stentry>
  383. </strow>
  384. <strow>
  385. <stentry conkeyref="error-messages/DOTJ071E-extra" conaction="pushreplace">
  386. <p>Ensure that the DITAVAL file exists. If more than one DITAVAL file is specified, ensure that the paths are
  387. delimited using the file path separator character appropriate for your operating system (semicolon
  388. ‘<codeph>;</codeph>’ on Windows, or colon ‘<codeph>:</codeph>’ on macOS or Linux).</p>
  389. </stentry>
  390. </strow>
  391. <strow>
  392. <stentry conkeyref="error-messages/DOTX001W-extra" conaction="pushreplace">This build uses generated text, such
  393. as the phrase "Related information" (which is generated above many link groups). The toolkit was unable to
  394. locate the string <varname>%1</varname> for your specified language, so the string will appear in the default
  395. language. This generally indicates that the toolkit’s strings need to be updated to support your language, or
  396. that your language setting is incorrect.</stentry>
  397. </strow>
  398. <strow>
  399. <stentry conkeyref="error-messages/DOTX002W-extra" conaction="pushreplace">The Eclipse help system requires a
  400. title in the project files generated from your map. Please add a title to your input map to get valid Eclipse
  401. help output.</stentry>
  402. </strow>
  403. <strow>
  404. <stentry conkeyref="error-messages/DOTX003I-extra" conaction="pushreplace">Eclipse uses anchor references to
  405. connect with other TOC files. For this to work in content generated from a DITA map, the anchorref element
  406. must reference either an existing Eclipse TOC XML file, or another DITA map (which will presumably also be
  407. converted to an Eclipse TOC).
  408. <indexterm>table of contents
  409. <indexterm>Eclipse Help</indexterm></indexterm>
  410. </stentry>
  411. </strow>
  412. <strow>
  413. <stentry conkeyref="error-messages/DOTX004I-extra" conaction="pushreplace">Eclipse builds use DITA’s
  414. <xmlelement>navref</xmlelement> element to pull in other Eclipse TOC files. The build found a
  415. <xmlelement>navref</xmlelement> element that does not reference any other file; the element will be
  416. ignored.</stentry>
  417. </strow>
  418. <strow>
  419. <stentry conkeyref="error-messages/DOTX005E-extra" conaction="pushreplace">To remove this message, provide a
  420. navigation title for the referenced object in the map or topic, or ensure that you are referencing a valid
  421. local DITA target.</stentry>
  422. </strow>
  423. <strow>
  424. <stentry conkeyref="error-messages/DOTX006E-extra" conaction="pushreplace">Set the format attribute to identify
  425. the format of the file. If the reference is to a DITA document, ensure that the document uses a valid DITA
  426. extension (default supported extensions are "dita" and "xml").</stentry>
  427. </strow>
  428. <strow>
  429. <stentry conkeyref="error-messages/DOTX007I-extra" conaction="pushreplace">The HTML Help compiler will only
  430. include some types of information in the compiled CHM file; the current reference will not be
  431. included.</stentry>
  432. </strow>
  433. <strow>
  434. <stentry conkeyref="error-messages/DOTX008E-extra" conaction="pushreplace">Ensure that the file exists and can
  435. be read. <ph conkeyref="error-messages-details/changeExtension"/></stentry>
  436. </strow>
  437. <strow>
  438. <stentry conkeyref="error-messages/DOTX008W-extra" conaction="pushreplace">To fix the table of contents, specify
  439. a navigation title in your map or ensure that the referenced file is local and can be accessed. <ph
  440. conkeyref="error-messages-details/changeExtension"/>
  441. <indexterm>table of contents
  442. <indexterm>navigation title</indexterm></indexterm>
  443. <indexterm>table of contents
  444. <indexterm>DOTX008W</indexterm></indexterm>
  445. </stentry>
  446. </strow>
  447. <strow>
  448. <stentry conkeyref="error-messages/DOTX009W-extra" conaction="pushreplace">No title was found in the specified
  449. topic, so the table of contents will use the indicated fallback value for this topic.
  450. <indexterm>table of contents
  451. <indexterm>DOTX009W</indexterm></indexterm>
  452. <indexterm>table of contents
  453. <indexterm>no title</indexterm></indexterm>
  454. </stentry>
  455. </strow>
  456. <strow>
  457. <stentry conkeyref="error-messages/DOTX010E-extra" conaction="pushreplace">The conref attribute must be a URI
  458. reference to an existing DITA element. Please see the topic on
  459. <xref
  460. href="http://docs.oasis-open.org/dita/dita/v1.3/os/part1-base/archSpec/base/uri-based-addressing.html#uri-based-addressing"
  461. format="html" scope="external">URI-based addressing</xref> in the DITA specification for details on the
  462. expected syntax. <ph id="changeExtension">Note that the name of the file in this message may have be changed
  463. to use a standard dita topic file extension ('.dita' or '.xml'), instead of the original extension used by
  464. the file; it may also include a path to the temporary directory rather than to the original.</ph>
  465. <p>If the target element exists in your source file, check to make sure it is not filtered out of the build
  466. with a DITAVAL file (which will remove the target before conref processing runs).</p></stentry>
  467. </strow>
  468. <strow>
  469. <stentry conkeyref="error-messages/DOTX011W-extra" conaction="pushreplace">When pulling content with a conref
  470. attribute, you may only pull from a single element, but the target ID appears twice in the referenced topic.
  471. <ph conkeyref="error-messages-details/changeExtension"/></stentry>
  472. </strow>
  473. <strow>
  474. <stentry conkeyref="error-messages/DOTX012W-extra" conaction="pushreplace">This message is deprecated and should
  475. no longer appear in any logs.</stentry>
  476. </strow>
  477. <strow>
  478. <stentry conkeyref="error-messages/DOTX013E-extra" conaction="pushreplace">This may appear if (for example) you
  479. have a <xmlelement>ph</xmlelement> element that references another phrase, but that phrase itself contains a
  480. reference to the original. This will result in an infinite loop. The toolkit will stop following the conref
  481. trail when this is detected; you will need to correct the reference in your source files. <ph
  482. conkeyref="error-messages-details/changeExtension"/></stentry>
  483. </strow>
  484. <strow>
  485. <stentry conkeyref="error-messages/DOTX014E-extra" conaction="pushreplace">The conref attribute must be a URI
  486. reference to a DITA element. Please see the topic on
  487. <xref
  488. href="http://docs.oasis-open.org/dita/dita/v1.3/os/part1-base/archSpec/base/uri-based-addressing.html#uri-based-addressing"
  489. format="html" scope="external">URI-based addressing</xref> in the DITA specification for details on the
  490. expected syntax.</stentry>
  491. </strow>
  492. <strow>
  493. <stentry conkeyref="error-messages/DOTX015E-extra" conaction="pushreplace">The conref attribute must be a URI
  494. reference to a DITA element. Please see the topic on
  495. <xref
  496. href="http://docs.oasis-open.org/dita/dita/v1.3/os/part1-base/archSpec/base/uri-based-addressing.html#uri-based-addressing"
  497. format="html" scope="external">URI-based addressing</xref> in the DITA specification for details on the
  498. expected syntax. <ph conkeyref="error-messages-details/changeExtension"/></stentry>
  499. </strow>
  500. <strow>
  501. <stentry conkeyref="error-messages/DOTX016W-extra" conaction="pushreplace">This warning is intended to catch
  502. instances where a non-DITA format setting unexpectedly cascades to a DITA topic, which will prevent the topic
  503. from being processed. To remove this message, set the format attribute directly on the indicated reference.
  504. <ph conkeyref="error-messages-details/changeExtension"/></stentry>
  505. </strow>
  506. <strow>
  507. <stentry conkeyref="error-messages/DOTX017E-extra" conaction="pushreplace">Found a value such as &lt;xref
  508. href="">link text&lt;/xref>. The empty href attribute is not serving a purpose and has caused problems with
  509. some tools in the past; you should remove the attribute entirely or specify a value.</stentry>
  510. </strow>
  511. <strow>
  512. <stentry conkeyref="error-messages/DOTX018I-extra" conaction="pushreplace">The type attribute in DITA is
  513. intended to describe the type of the target; for example, a reference to a concept topic may use
  514. type="concept". Generally, this attribute is optional, and the DITA-OT build will automatically determine the
  515. value during processing. In this case, the type attribute lists a more general type than what is actually
  516. found. This is not an error but may result in unexpected sorting for links to this topic.</stentry>
  517. </strow>
  518. <strow>
  519. <stentry conkeyref="error-messages/DOTX019W-extra" conaction="pushreplace">The type attribute in DITA is
  520. intended to describe the type of the target; for example, a reference to a concept topic may use
  521. type="concept". Generally, this attribute is optional, and the DITA-OT build will automatically determine the
  522. value during processing. In this case, the specified type value does not match the target, which may cause
  523. your links to sort inappropriately.</stentry>
  524. </strow>
  525. <strow>
  526. <stentry conkeyref="error-messages/DOTX020E-extra" conaction="pushreplace">DITA-OT is only able to dynamically
  527. retrieve titles when the target is a local (not peer or external) DITA resource.
  528. <indexterm>navtitle</indexterm>
  529. </stentry>
  530. </strow>
  531. <strow>
  532. <stentry conkeyref="error-messages/DOTX021E-extra" conaction="pushreplace">DITA-OT is only able to dynamically
  533. retrieve titles when the target is a local DITA resource.</stentry>
  534. </strow>
  535. <strow>
  536. <stentry conkeyref="error-messages/DOTX022W-extra" conaction="pushreplace">The build was unable to get a title
  537. from the referenced topic; instead, a navigation title will be created based on the specified
  538. <xmlelement>linktext</xmlelement> element inside of <xmlelement>topicmeta</xmlelement>.</stentry>
  539. </strow>
  540. <strow>
  541. <stentry conkeyref="error-messages/DOTX023W-extra" conaction="pushreplace">If the target is a local DITA topic,
  542. ensure the reference is correct and the topic is available. Otherwise, provide a navigation title, and ensure
  543. the scope and format attributes are set appropriately.</stentry>
  544. </strow>
  545. <strow>
  546. <stentry conkeyref="error-messages/DOTX024E-extra" conaction="pushreplace">DITA-OT is only able to dynamically
  547. retrieve titles and link text when the target is a local (not peer or external) DITA resource.</stentry>
  548. </strow>
  549. <strow>
  550. <stentry conkeyref="error-messages/DOTX025E-extra" conaction="pushreplace">DITA-OT is only able to dynamically
  551. retrieve titles when the target is a local DITA resource.</stentry>
  552. </strow>
  553. <strow>
  554. <stentry conkeyref="error-messages/DOTX026W-extra" conaction="pushreplace">The referenc to this document did not
  555. specify any link text for generated map-based links; the navigation title will be used as fallback.</stentry>
  556. </strow>
  557. <strow>
  558. <stentry conkeyref="error-messages/DOTX027W-extra" conaction="pushreplace">The referenced file did not specify
  559. any link text for generated map-based links, and no fallback text could be located. Any links generated from
  560. this reference will have incorrect link text.</stentry>
  561. </strow>
  562. <strow>
  563. <stentry conkeyref="error-messages/DOTX028E-extra" conaction="pushreplace">The link or cross reference has no
  564. target specified and will not generate a link.</stentry>
  565. </strow>
  566. <strow>
  567. <stentry conkeyref="error-messages/DOTX029I-extra" conaction="pushreplace">The type attribute in DITA is
  568. intended to describe the type of the target; for example, a reference to a concept topic may use
  569. type="concept". Generally, this attribute is optional, and the DITA-OT build will automatically determine the
  570. value during processing. In this case, the type attribute lists a more general type than what is actually
  571. found. This is not an error but may result in unexpected sorting for links to this topic.</stentry>
  572. </strow>
  573. <strow>
  574. <stentry conkeyref="error-messages/DOTX030W-extra" conaction="pushreplace">The type attribute in DITA is
  575. intended to describe the type of the target; for example, a reference to a concept topic may use
  576. type="concept". Generally, this attribute is optional, and the DITA-OT build will automatically determine the
  577. value during processing. In this case, the specified type value does not match the target, which may cause
  578. your links to sort inappropriately.</stentry>
  579. </strow>
  580. <strow>
  581. <stentry conkeyref="error-messages/DOTX031E-extra" conaction="pushreplace">The build attempted to access the
  582. specified file in order to retrive a title or short description, but the file could not be found. If the file
  583. exists, it is possible that a DITAVAL file was used to remove the file’s contents from the build. Be aware
  584. that the path information above may not match the link in your topic.</stentry>
  585. </strow>
  586. <strow>
  587. <stentry conkeyref="error-messages/DOTX032E-extra" conaction="pushreplace">When a link or cross reference does
  588. not have content, the build will attempt to pull the target’s title for use as link text. If the target is
  589. unavailable, be sure to set the scope attribute to an appropriate value. If the target does not have a title
  590. (such as when linking to a paragraph), be sure to provide link text inside the cross reference.</stentry>
  591. </strow>
  592. <strow>
  593. <stentry conkeyref="error-messages/DOTX033E-extra" conaction="pushreplace">An <xmlelement>xref</xmlelement>
  594. element specifies type="li", which indicates a link to a list item, but the item number could not be
  595. determined to use as link text. Please specify link text inside the reference, or ensure that you are
  596. referencing an available list item.</stentry>
  597. </strow>
  598. <strow>
  599. <stentry conkeyref="error-messages/DOTX034E-extra" conaction="pushreplace">The cross reference goes to a list
  600. item in an unordered list. The process could not automatically generate link text because the list item is not
  601. numbered. Please provide link text within the cross reference.</stentry>
  602. </strow>
  603. <strow>
  604. <stentry conkeyref="error-messages/DOTX035E-extra" conaction="pushreplace">An <xmlelement>xref</xmlelement>
  605. element specifies type="fn", which indicates a link to a footnote, but the footnote number could not be
  606. determined to use as link text. Please specify link text inside the reference, or ensure that you are
  607. referencing an available footnote.</stentry>
  608. </strow>
  609. <strow>
  610. <stentry conkeyref="error-messages/DOTX036E-extra" conaction="pushreplace">An <xmlelement>xref</xmlelement>
  611. element specifies type="dlentry", which indicates a link to a definition list entry, but the term could not be
  612. located to use as link text. Please specify link text inside the reference, or ensure that you are referencing
  613. an available definition list entry</stentry>
  614. </strow>
  615. <strow>
  616. <stentry conkeyref="error-messages/DOTX037W-extra" conaction="pushreplace">No title was found for the current
  617. document, so the HTML output file will set the <xmlelement>title</xmlelement> to "***". This value generally
  618. appears in the title bar at the top of a browser.</stentry>
  619. </strow>
  620. <strow>
  621. <stentry conkeyref="error-messages/DOTX038I-extra" conaction="pushreplace">The <xmlelement>object</xmlelement>
  622. element in HTML does not support using longdescref for accessibility. To make the object accessible, you may
  623. need to add text before or after the element. You may also be able to handle it with a
  624. <xmlelement>param</xmlelement> element inside the object.</stentry>
  625. </strow>
  626. <strow>
  627. <stentry conkeyref="error-messages/DOTX039W-extra" conaction="pushreplace">This message is generated when
  628. creating draft output in order to help you locate all topics that need to be cleaned up; the cleanup items
  629. will appear in your output with styling that makes it stand out. The content will be hidden when the draft
  630. parameter is not active.</stentry>
  631. </strow>
  632. <strow>
  633. <stentry conkeyref="error-messages/DOTX040I-extra" conaction="pushreplace">This message is generated when
  634. creating draft output in order to help you locate all topics that have draft comments. Each comment will
  635. appear in your HTML output; the comments will be hidden when the draft parameter is not active.</stentry>
  636. </strow>
  637. <strow>
  638. <stentry conkeyref="error-messages/DOTX041W-extra" conaction="pushreplace">Because of the way XML and DITA are
  639. defined, it is generally not possible to prohibit adding a second title to a section during editing (or to
  640. force that title to come first). However, the DITA specification states that only one title should be used in
  641. a section. When multiple titles are found, only the first one will appear in the output.</stentry>
  642. </strow>
  643. <strow>
  644. <stentry conkeyref="error-messages/DOTX042I-extra" conaction="pushreplace">If it is important to flag this piece
  645. of information, try placing a flag on the block element that contains your phrase. If you just want to have an
  646. image next to the phrase, you may place an image directly into the document.</stentry>
  647. </strow>
  648. <strow>
  649. <stentry conkeyref="error-messages/DOTX043I-extra" conaction="pushreplace">DITA-OT is able to remove duplicate
  650. links in most cases. However, if two links to the same resource use different attributes or link text, it is
  651. possible for them to appear together. For example, if the same link shows up with role="next" and again with
  652. no specified role, it may show up as both the "Next topic" link and as a related link. Note that links
  653. generated from a <xmlelement>reltable</xmlelement> in a DITA map will have the role attribute set to "friend".
  654. <indexterm><xmlelement>reltable</xmlelement>
  655. <index-see-also>relationship tables</index-see-also></indexterm>
  656. </stentry>
  657. </strow>
  658. <strow>
  659. <stentry conkeyref="error-messages/DOTX044E-extra" conaction="pushreplace">The <xmlelement>area</xmlelement>
  660. element in an image map must provide a link target for the specified area. Please add an
  661. <xmlelement>xref</xmlelement> element as a child of <xmlelement>area</xmlelement> and ensure that it
  662. specifies a link target.
  663. <indexterm>image map</indexterm></stentry>
  664. </strow>
  665. <strow>
  666. <stentry conkeyref="error-messages/DOTX045W-extra" conaction="pushreplace">Cross reference text inside the
  667. <xmlelement>area</xmlelement> element is used to provide accessibility for screen readers that can identify
  668. different areas of an image map. If text cannot be retrieved automatically by referencing a DITA element, it
  669. should be specified directly in the cross reference.</stentry>
  670. </strow>
  671. <strow>
  672. <stentry conkeyref="error-messages/DOTX046W-extra" conaction="pushreplace">The specified value was passed as-is
  673. through to the <xmlelement>area</xmlelement> element in the HTML.</stentry>
  674. </strow>
  675. <strow>
  676. <stentry conkeyref="error-messages/DOTX047W-extra" conaction="pushreplace">The area element is intended to
  677. define a region in an image map; coordinates must be specified in order to define that region.</stentry>
  678. </strow>
  679. <strow>
  680. <stentry conkeyref="error-messages/DOTX048I-extra" conaction="pushreplace">The build will not look for peer or
  681. external topics before compiling your CHM file, so they may not be included. If you are referencing an actual
  682. HTML file that will not be available, it cannot be included in the project, and you should set the toc
  683. attribute to "no" on your topicref element. Otherwise, check to be sure your HTML file was included in the
  684. CHM; if it was not, you will need to place it in the correct location with your other output files and
  685. recompile.
  686. <indexterm>table of contents
  687. <indexterm>HTML Help</indexterm></indexterm>
  688. </stentry>
  689. </strow>
  690. <strow>
  691. <stentry conkeyref="error-messages/DOTX049I-extra" conaction="pushreplace">The PDF, ODT, and RTF output
  692. processes cannot automatically convert non-DITA content into DITA in order to merge it with the rest of your
  693. content. The referenced items are ignored.</stentry>
  694. </strow>
  695. <strow>
  696. <stentry conkeyref="error-messages/DOTX050W-extra" conaction="pushreplace">Eclipse requires that an ID be
  697. specified when creating an Eclipse Help project; the toolkit expects to locate that ID on the root element of
  698. your input map.</stentry>
  699. </strow>
  700. <strow>
  701. <stentry conkeyref="error-messages/DOTX052W-extra" conaction="pushreplace">The toolkit is attempting to add
  702. generated text, such as the string "Related information" that appears above links. The requested string could
  703. not be found in any language. Your output may contain a meaningful string, or it may contain a code that was
  704. intended to map to a string. This likely indicates an error in a plug-in or XSL override; either the string
  705. was requested incorrectly, or you will need to provide a mapping for the string in all of the languages you
  706. require.</stentry>
  707. </strow>
  708. <strow>
  709. <stentry conkeyref="error-messages/DOTX053E-extra" conaction="pushreplace">This will occur if a map references
  710. another map, and then that second map (or another further nested map) references the original map. The result
  711. is an infinite nesting of maps; please correct the chain of map references to remove circular
  712. reference.</stentry>
  713. </strow>
  714. <strow>
  715. <stentry conkeyref="error-messages/DOTX054W-extra" conaction="pushreplace">This will occur when a DITAVAL file
  716. contains multiple styling rules that apply to the same element.</stentry>
  717. </strow>
  718. <strow>
  719. <stentry conkeyref="error-messages/DOTX055W-extra" conaction="pushreplace">The "flagit" named template was
  720. deprecated in DITA-OT version 1.4, when the OASIS standard formalized the DITAVAL syntax. The template is
  721. removed in DITA-OT 1.6. Stylesheets that used this template need to be updated.</stentry>
  722. </strow>
  723. <strow>
  724. <stentry conkeyref="error-messages/DOTX056W-extra" conaction="pushreplace">The build attempted to access the
  725. specified file in order to retrive a title or short description, but the file could not be found. If the file
  726. exists, it is possible that a DITAVAL file was used to remove the file’s contents from the build. Another
  727. possibility is that the file is located outside of the scope of the main input directory, and was not
  728. available because the
  729. <xref keyref="parameters-base">onlytopic.in.map</xref> parameter was specified. Be aware that the path
  730. information above may not match the link in your topic.</stentry>
  731. </strow>
  732. <strow>
  733. <stentry conkeyref="error-messages/DOTX057W-extra" conaction="pushreplace">The link appears to use valid syntax
  734. to reference a DITA element, but that element cannot be found. Please verify that the element exists, and is
  735. not removed from the build by DITAVAL based filtering.</stentry>
  736. </strow>
  737. <strow>
  738. <stentry conkeyref="error-messages/DOTX058W-extra" conaction="pushreplace">Processing for terms, acronyms, or
  739. abbreviated forms will associate the key from the element’s keyref attribute with a glossentry (glossary
  740. entry) topic. This message will appear if the key was defined, but was not associated with a glossentry topic.
  741. The process will try to use the best available fallback (usually the title of the referenced topic).</stentry>
  742. </strow>
  743. <strow>
  744. <stentry conkeyref="error-messages/DOTX060W-extra" conaction="pushreplace">Processing for abbreviated form
  745. elements will associate the key from the element’s keyref attribute with a glossentry (glossary entry) topic.
  746. This message will appear if the key was defined, but was not associated with a glossentry topic. This element
  747. is only supported with keys that are associated with glossary topics; the element will not generate any
  748. output. Please correct the reference, or use a different element to reference your topic.</stentry>
  749. </strow>
  750. <strow>
  751. <stentry conkeyref="error-messages/DOTX061W-extra" conaction="pushreplace">According to the DITA Specification,
  752. references from maps should either go to DITA Maps, DITA Topics, or any non-DITA resource. References below
  753. the topic level should only be made from cross references (using <xmlelement>xref</xmlelement> or similar)
  754. inside of a topic. For details, see the href attribute description in the OASIS standard’s definition of the
  755. <xref href="http://docs.oasis-open.org/dita/v1.2/os/spec/langref/topicref.html" format="html" scope="external"
  756. >topicref element</xref>.</stentry>
  757. </strow>
  758. <strow>
  759. <stentry conkeyref="error-messages/DOTX063W-extra" conaction="pushreplace">This will appear when generating PDF
  760. or ODT output that includes a link to a local topic, but the referenced topic is not part of the map itself.
  761. This will result in a broken link. You should include the topic in your map or remove the link from the
  762. build.</stentry>
  763. </strow>
  764. <strow>
  765. <stentry conkeyref="error-messages/DOTX064W-extra" conaction="pushreplace">The copy-to attribute is used to copy
  766. a topic over a document that already exists. Please make sure that any copy-to attributes use a unique name so
  767. that the copy will not overwrite existing content.</stentry>
  768. </strow>
  769. <strow>
  770. <stentry conkeyref="error-messages/DOTX065W-extra" conaction="pushreplace">Two different topics are copied to
  771. the same location using copy-to; as a result, one of these files would be over-written. Only the first
  772. instance of this copy-to value will be recognized. Please correct the use of copy-to attributes.</stentry>
  773. </strow>
  774. <strow>
  775. <stentry conkeyref="error-messages/DOTX066W-extra" conaction="pushreplace">This message indicates that your
  776. custom XSLT or plug-ins rely on templates that will be removed in an upcoming release. Typically this occurs
  777. when a named template has been converted to a mode template; any code that uses the deprecated template should
  778. be updated.</stentry>
  779. </strow>
  780. <strow>
  781. <stentry conkeyref="error-messages/DOTX067E-extra" conaction="pushreplace">This PDF build uses generated text,
  782. such as the phrase "Related information" (which is generated above many link groups). The toolkit was unable
  783. to locate the string <varname>%1</varname> for your specified language, so the string will appear in the
  784. default language. This generally indicates that the toolkit’s strings need to be updated to support your
  785. language, or that your language setting is incorrect.</stentry>
  786. </strow>
  787. </simpletable>
  788. <section>
  789. <title>Additional explanation for messages in the <filepath>org.dita.pdf2</filepath> plugin</title>
  790. <simpletable>
  791. <strow>
  792. <stentry conkeyref="error-messages/PDFJ002E-extra" conaction="pushreplace">The PDF index process relies on
  793. pre-defined letter headings when sorting terms. The specified term does not begin with a character that can
  794. be mapped to an existing heading. Typically this term would be placed in a "Special characters" group, but
  795. the current language did not specify such a group when setting up the index sort process.</stentry>
  796. </strow>
  797. <strow>
  798. <stentry conkeyref="error-messages/PDFJ003I-extra" conaction="pushreplace">The PDF index process relies on
  799. pre-defined letter headings when sorting terms. The specified term does not begin with a character that can
  800. be mapped to an existing heading, so it has been placed under a heading for terms that begin with special
  801. characters such as punctuation. If this term should be sorted under a new or existing letter heading, please
  802. open an issue with DITA-OT to correct the sort.</stentry>
  803. </strow>
  804. <strow>
  805. <stentry conkeyref="error-messages/PDFX011E-extra" conaction="pushreplace">Found an
  806. <xmlelement>index-see</xmlelement> element as a child of a term that also exists as a standalone index
  807. term, or as a term that also uses <xmlelement>index-see-also</xmlelement>. When using
  808. <xmlelement>index-see</xmlelement> with an index term, that term should not be used to create page
  809. references and should not reference additional terms. Treating the <xmlelement>index-see</xmlelement> as
  810. <xmlelement>index-see-also</xmlelement>.</stentry>
  811. </strow>
  812. <strow>
  813. <stentry conkeyref="error-messages/DOTX072I-extra" conaction="pushreplace">
  814. <indexterm>navtitle</indexterm></stentry>
  815. </strow>
  816. </simpletable>
  817. </section>
  818. </refbody>
  819. </reference>