| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
- <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
- <reference id="errormessages" xml:lang="en-US">
- <title conref="DITA-messages.xml#msgs/title" conaction="pushreplace">DITA-OT error messages</title>
- <shortdesc conref="DITA-messages.xml#msgs/shortdesc" conaction="pushreplace">This topic lists each error message
- generated by the toolkit and provides additional information that might be helpful in understanding and resolving
- the error condition. If your toolkit installation includes custom plug-ins that define additional messages, you can
- add to this list by rebuilding the DITA-OT documentation.</shortdesc>
- <refbody>
- <section id="overview" conref="DITA-messages.xml#msgs/overview" conaction="pushreplace">
- <p>Each message ID is composed of a message prefix, a message number, and a letter that indicates the severity
- level (I, W, E, or F). </p>
- <p>The toolkit uses the following severity scale:</p>
- <dl id="severity-levels">
- <dlentry>
- <dt>Info (I)</dt>
- <dd>Informational messages highlight the progress of transformation and call attention to conditions of which
- you should be aware. For example, draft comments are enabled and will be rendered in the output.</dd>
- </dlentry>
- <dlentry>
- <dt>Warning (W)</dt>
- <dd>The toolkit encountered a problem that should be corrected. Processing will continue, but the output might
- not be as expected.</dd>
- </dlentry>
- <dlentry>
- <dt>Error (E)</dt>
- <dd>The toolkit encountered a more severe problem, and the output is affected. For example, some content is
- missing or invalid, or the content is not rendered in the output</dd>
- </dlentry>
- <dlentry>
- <dt>Fatal (F)</dt>
- <dd>The toolkit encountered a severe condition, processing stopped, and no output is generated.</dd>
- </dlentry>
- </dl>
- <p>Plug-ins may be used to add additional messages to the toolkit; for more information, see <xref
- keyref="rebuilding-docs"/>.</p>
- </section>
- <simpletable>
- <sthead>
- <stentry>Individual cells in this table may be used to push additional explanations for any existing error
- message into the generated message topic.</stentry>
- </sthead>
- <strow>
- <stentry>To add additional explanation to any message, add the explanation to this table in a single cell, and
- set the following attributes on the <xmlelement>stentry</xmlelement> tag:
- <ul>
- <li><codeph>conref="DITA-messages.xml#msgs/MESSAGEID-extra"</codeph> -- for example, use the following to
- add additional info to message DOTX001F:
- <codeph>conref="DITA-messages.xml#msgs/DOTX001F-extra"</codeph></li>
- <li><codeph>conaction="pushreplace"</codeph></li>
- </ul></stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTA001F-extra" conaction="pushreplace">Default transformation types
- that ship with the toolkit include dita, eclipsehelp, html5, htmlhelp, markdown variants, pdf (or pdf2),
- tocjs, troff, xhtml, and xhtml. Additional transformation types may be available if toolkit plug-ins are
- installed.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTA002F-extra" conaction="pushreplace">The input parameter was not
- specified, so there is no DITA or DITAMAP file to transform. Ensure the parameter is set properly; see <xref
- keyref="parameters-base">DITA-OT common parameters (args.input)</xref> if you are unsure how to specify the
- input file.
- <indexterm>DITA maps<indexterm>input file</indexterm></indexterm>
- </stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTA003F-extra" conaction="pushreplace">An alternate stylesheet was
- specified to run in place of the default XSLT output process, but that stylesheet could not be loaded. Please
- correct the parameter to specify a valid stylesheet.<indexterm>XSLT<indexterm>stylesheet error</indexterm></indexterm></stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTA004F-extra" conaction="pushreplace">This optional parameter is used
- to set an extension for DITA topic documents in the temporary processing directory. Only "dita", ".dita",
- "xml", or ".xml" are allowed.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTA006W-extra" conaction="pushreplace">If the CSSPATH uses an absolute
- path, it should be one that can still be accessed after the files are moved to another system (such as
- <codeph>http://www.example.org/</codeph>). Absolute paths on the local file system will be broken if the
- content is moved to a new system.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTA007E-extra" conaction="pushreplace">The running footer file, which
- contains content to be added to the bottom of each XHTML output topic, cannot be located or read. This is
- usually caused by a typo in the parameter value. You should also ensure that the value is not specified with
- "file:" as a prefix.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTA008E-extra" conaction="pushreplace">The running header file, which
- contains content to be added to the top of each XHTML output topic, cannot be located or read. This is usually
- caused by a typo in the parameter value. You should also ensure that the value is not specified with "file:"
- as a prefix.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTA009E-extra" conaction="pushreplace">The running heading file, which
- contains content to be added to the <xmlelement>head</xmlelement> section of each HTML output topic, cannot be
- located or read. This is usually caused by a typo in the parameter value. You should also ensure that the
- value is not specified with "file:" as a prefix.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTA066F-extra" conaction="pushreplace">An alternate stylesheet was
- specified to run in place of the default XSL-FO output process, but that stylesheet could not be loaded.
- Please correct the parameter to specify a valid stylesheet.</stentry>
- </strow>
- <strow>
- <!-- This condition and the next belong to the org.dita.pdf2 plugin. Not sure if they should be moved below. -->
- <stentry conref="DITA-messages.xml#msgs/DOTA067W-extra" conaction="pushreplace">According to the OASIS DITA
- Specification, the <xmlelement>index-see</xmlelement> element should be ignored if the parent
- <xmlelement>indexterm</xmlelement> contains other <xmlelement>indexterm</xmlelement> children.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTA068W-extra" conaction="pushreplace">According to the OASIS DITA
- Specification, the <xmlelement>index-see-also</xmlelement> element should be ignored if the parent
- <xmlelement>indexterm</xmlelement> contains other <xmlelement>indexterm</xmlelement> children.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTA069F-extra" conaction="pushreplace">Please ensure that the input
- file path and file name were entered correctly.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ005F-extra" conaction="pushreplace"/>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ009E-extra" conaction="pushreplace">The transform was unable to
- create files properly during the transform; results may not be as expected.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ012F-extra" conaction="pushreplace">This message may indicate an
- invalid input file (such as accidentally specifying a PDF file as input rather than a DITA map file), an input
- file that uses elements which are not allowed, are not part or a DITA file that has errors and cannot be
- parsed as XML. You could also be using a specialized DITA document type that needs external plug-ins in order
- to be parsed correctly. The message issued by the XML parser should provide additional information to help
- diagnose the cause.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ013E-extra" conaction="pushreplace">This message may indicate a
- reference to an invalid file (such as accidentally referencing a PDF or unknown XML file as if it was DITA), a
- referenced file that uses elements which are not allowed, or a referenced DITA file that has errors and cannot
- be parsed as XML. You could also be using a specialized DITA document type that needs external plug-ins in
- order to be parsed correctly. The message issued by the XML parser should provide additional information to
- help diagnose the cause.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ014W-extra" conaction="pushreplace">An empty
- <xmlelement>indexterm</xmlelement> element was found, and will appear in the index as ***. This index term
- should be removed from the source.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ020W-extra" conaction="pushreplace">This will appear when one
- installed plug-in requires another in order to function correctly, but the required plug-in is not found. The
- installed plug-in will be ignored.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ021W-extra" conaction="pushreplace">This may appear if filter
- conditions on the root element of a topic cause the entire topic to be filtered out. To remove this message,
- you could place any filter conditions on the reference to this file, which will prevent the build from
- accessing this file.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ022F-extra" conaction="pushreplace">Either the input file or the
- ditaval file should change, otherwise your build is explicitly excluding all content.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ023E-extra" conaction="pushreplace">Check whether the image exists
- in the source location or already exists in the output directory.
- <indexterm>image</indexterm>
- </stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ025E-extra" conaction="pushreplace">This message should only appear
- in the following cases:
- <ul>
- <li>Errors earlier in the transform prevented this step of the transform from running; correct any errors
- and try the build again.</li>
- <li>An Ant build or plug-in is directly calling the toolkit’s topic merge module, and is doing so
- improperly; in this case the Ant build or plug-in needs to be fixed.</li>
- <li>In the past, problems have been encountered when calling this module with an absolute path; this should
- no longer be an issue, but may be fixed in older releases by updating the Ant build or plug-in.</li>
- </ul></stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ026E-extra" conaction="pushreplace">This message should only appear
- if an Ant build or plug-in is directly calling the toolkit’s topic merge module, or if earlier errors resulted
- in problems with some of the content. If the topic merge module is called correctly, then this indicates a
- program error that should be reported to the DITA-OT development team via the <xref keyref="dita-ot-issues"/>.
- </stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ028E-extra" conaction="pushreplace">When referencing a non-DITA
- file, the format attribute should indicate the type of file referenced (such as "html" for HTML topics or
- "pdf" for PDF files). Otherwise, the transform may attempt to parse the referenced document as a DITA
- topic.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ029I-extra" conaction="pushreplace">The domains attribute is used in
- specialized DITA documents to help determine which domain elements are legal. This message will only appear if
- a DITA specialization was not defined properly.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ030I-extra" conaction="pushreplace">All specialized DITA elements
- must define a class attribute to provide ancestry information. This message will only appear if a specialized
- DITA element did not define a class attribute, or if non-DITA elements are included in a DITA
- context.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ031I-extra" conaction="pushreplace">This informational message is
- intended to help you catch filter conditions that may have been specified improperly; if the value is correct,
- no action is needed.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ033E-extra" conaction="pushreplace"/>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ034F-extra" conaction="pushreplace">DITA processing is based on
- class attributes defined for every element. Usually these are defaulted in the DTD or Schema; if no DTD or
- Schema is used, the class attributes must be explicitly included in the map or topic.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ035F-extra" conaction="pushreplace">This will appear when a topic is
- outside the scope of the map; for example, if the main input map references
- <filepath>"../other-directory/some.dita"</filepath>. The result would cause an output file to be created
- outside of the output directory. See <xref keyref="parameters-base">DITA-OT common parameters (outer.control
- and generate.copy.outer)</xref> for details.
- <indexterm>generate.copy.outer</indexterm>
- </stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ036W-extra" conaction="pushreplace">This will appear when a topic is
- outside the scope of the map; for example, if the main input map references
- <filepath>"../other-directory/some.dita"</filepath>. The result would cause an output file to be created
- outside of the output directory. If you do not want to see the warning message, please use the Ant parameter
- 'outer.control', and set the value to "quiet". Otherwise, move the referenced file into the input dita/map
- directory. See <xref keyref="parameters-base">DITA-OT common parameters (outer.control and
- generate.copy.outer)</xref> for details.
- <indexterm>generate.copy.outer</indexterm></stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ037W-extra" conaction="pushreplace">DITA processing is based on
- class attributes defined for every element. Usually these are defaulted in the DTD or Schema; if validation
- against the DTD or Schema is turned off, the class attributes must be explicitly included in the map or
- topic.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ038E-extra" conaction="pushreplace">This appears to indicate an
- error in creating specialized metadata elements. Please verify that the document type you are using is
- complete and complies with DITA Specialization rules.
- <indexterm>metadata<indexterm>specialization error</indexterm></indexterm>
- </stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ039E-extra" conaction="pushreplace">Please see the topic on <xref
- href="http://docs.oasis-open.org/dita/dita/v1.3/os/part1-base/langRef/attributes/theconactionattribute.html#theconactionattribute"
- format="html" scope="external">Conref Push</xref> in the DITA specification for details on expected syntax
- for this function.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ040E-extra" conaction="pushreplace">Please see the topic on <xref
- href="http://docs.oasis-open.org/dita/dita/v1.3/os/part1-base/langRef/attributes/theconactionattribute.html#theconactionattribute"
- format="html" scope="external">Conref Push</xref> in the DITA specification for details on expected syntax
- for this function.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ041E-extra" conaction="pushreplace">The conref attribute must be a
- URI reference to a DITA element. Please see the topic on <xref
- href="http://docs.oasis-open.org/dita/dita/v1.3/os/part1-base/archSpec/base/uri-based-addressing.html#uri-based-addressing"
- format="html" scope="external">URI-based addressing</xref> in the DITA specification for details on the
- expected syntax.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ042E-extra" conaction="pushreplace">The conref push function was
- used to replace a single element with two or more alternatives. Only one element may directly replace another
- using conref push. See <xref
- href="http://docs.oasis-open.org/dita/dita/v1.3/os/part1-base/langRef/attributes/theconactionattribute.html#theconactionattribute"
- format="html" scope="external">Conref Push</xref> in the DITA specification for more information about the
- conref push "replace" function.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ043W-extra" conaction="pushreplace">The target for a conref push
- action does not exist; please make sure that the syntax is correct and that the target exists. See the topic
- on <xref
- href="http://docs.oasis-open.org/dita/dita/v1.3/os/part1-base/archSpec/base/uri-based-addressing.html#uri-based-addressing"
- format="html" scope="external">URI-based addressing</xref> in the DITA specification for details on the
- expected syntax. If the syntax is correct, it is possible that the target was filtered out of your build using
- a DITAVAL file.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ044W-extra" conaction="pushreplace">Please see the topic on <xref
- href="http://docs.oasis-open.org/dita/dita/v1.3/os/part1-base/langRef/attributes/theconactionattribute.html#theconactionattribute"
- format="html" scope="external">Conref Push</xref> in the DITA specification for details on expected syntax
- for this function.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ045I-extra" conaction="pushreplace">This informational message is
- intended to help you catch catch duplicate key definitions; if the keys are defined as expected, no action is
- needed.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ046E-extra" conaction="pushreplace">See <xref
- href="http://docs.oasis-open.org/dita/dita/v1.3/os/part1-base/langRef/attributes/theconkeyrefattribute.html#theconkeyrefattribute"
- format="html" scope="external">the conkeyref definition</xref> for details on expected syntax and
- usage.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ047I-extra" conaction="pushreplace">This message is intended to help
- you locate incorrectly specified keys; if the key was specified correctly, this message may be
- ignored.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ049W-extra" conaction="pushreplace">A DITA Subject Scheme map was
- used to limit values that are available to the specified attribute. Please correct the attribute so that it
- uses one of the allowed values.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ050W-extra" conaction="pushreplace">The Eclipse index will contain a
- value such as "See also otherEntry", but otherEntry does not exist in this index. The index reference will be
- broken unless this plug-in is <i>always</i> loaded into Eclipse with another plug-in that defines otherEntry
- as an index term.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ051E-extra" conaction="pushreplace">The target for a coderef
- element, which specifies an external text-based file, could not be located or loaded. Please verify that the
- reference is correct.
- <p>Note that for security reasons, references to code samples outside of the scope of the map directory are
- not supported by default, as this could allow a reference to access and display any restricted or hidden
- file on the system. If you are certain that the path is valid and the file should be loaded, the current
- workaround is to set a parameter to allow these references. See <xref keyref="parameters-base">DITA-OT
- common parameters (outer.control and generate.copy.outer)</xref> for details.<indexterm>generate.copy.outer</indexterm></p></stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ052E-extra" conaction="pushreplace">DITA-OT supports a special
- syntax on coderef elements to specify the character set of the target document. See <xref
- keyref="extended-functionality"/> for details on the expected syntax.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ053W-extra" conaction="pushreplace">By default, DITA-OT supports the
- extensions "dita" and "xml" for DITA topics, as mandated by the DITA specification. Please verify that your
- topics use one of these extensions, or configure the toolkit to allow additional extensions.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ054E-extra" conaction="pushreplace">This message indicates that the
- <xmlatt>href</xmlatt> value specified in <varname>%1</varname> does not use proper URI syntax. This may occur when
- <xmlatt>href</xmlatt> includes characters that should be escaped (such as the space character, which should be
- <codeph>%20</codeph> when in a URI). In strict processing mode this will cause a build failure;
- in other processing modes the build will continue using the value in <varname>%2</varname>.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ068E-extra" conaction="pushreplace">A conref "mark" action has been
- used to mark a target element without a corresponding content reference target. This may occur when the order
- of the "mark" element and the pushed element is reversed.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ069E-extra" conaction="pushreplace">
- <p>A circular reference was found in key definitions: a series of key references where the last key references
- the first.</p>
- <p>This may occur if a <xmlelement>topicref</xmlelement> element contains both a key name in the
- <xmlatt>keys</xmlatt> attribute and a reference to the same key in the <xmlatt>keyref</xmlatt> attribute,
- or if a <xmlatt>keyref</xmlatt> attribute points to a key that refers back to the referencing element.</p>
- <p>To resolve this issue, change the target of the <xmlatt>keyref</xmlatt> so the key is defined by pointing
- to a resource other than itself.</p>
- </stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ070I-extra" conaction="pushreplace">
- <p>When a <xmlatt>class</xmlatt> attribute does not use the expected syntax, this usually indicates that
- <xmlatt>class</xmlatt> has been explicitly set on a DITA element. The attribute should be removed from the
- document so that the expected default value can be automatically used.</p>
- <p>If this is a non-DITA element, it needs to be placed inside a <xmlelement>foreign</xmlelement> element so
- that is not validated against DITA rules.
- <indexterm>validate</indexterm>
- </p>
- </stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTJ071E-extra" conaction="pushreplace">
- <p>Ensure that the DITAVAL file exists. If more than one DITAVAL file is specified, ensure that the paths are
- delimited using the file path separator character appropriate for your operating system (semicolon
- ‘<codeph>;</codeph>’ on Windows, or colon ‘<codeph>:</codeph>’ on macOS or Linux).</p>
- </stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX001W-extra" conaction="pushreplace">This build uses generated text,
- such as the phrase "Related information" (which is generated above many link groups). The toolkit was unable
- to locate the string <varname>%1</varname> for your specified language, so the string will appear in the
- default language. This generally indicates that the toolkit’s strings need to be updated to support your
- language, or that your language setting is incorrect.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX002W-extra" conaction="pushreplace">The Eclipse help system requires
- a title in the project files generated from your map. Please add a title to your input map to get valid
- Eclipse help output.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX003I-extra" conaction="pushreplace">Eclipse uses anchor references
- to connect with other TOC files. For this to work in content generated from a DITA map, the anchorref element
- must reference either an existing Eclipse TOC XML file, or another DITA map (which will presumably also be
- converted to an Eclipse TOC).
- <indexterm>table of contents<indexterm>Eclipse Help</indexterm></indexterm>
- </stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX004I-extra" conaction="pushreplace">Eclipse builds use DITA’s
- <xmlelement>navref</xmlelement> element to pull in other Eclipse TOC files. The build found a
- <xmlelement>navref</xmlelement> element that does not reference any other file; the element will be
- ignored.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX005E-extra" conaction="pushreplace">To remove this message, provide
- a navigation title for the referenced object in the map or topic, or ensure that you are referencing a valid
- local DITA target.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX006E-extra" conaction="pushreplace">Set the format attribute to
- identify the format of the file. If the reference is to a DITA document, ensure that the document uses a valid
- DITA extension (default supported extensions are "dita" and "xml").</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX007I-extra" conaction="pushreplace">The HTML Help compiler will only
- include some types of information in the compiled CHM file; the current reference will not be
- included.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX008E-extra" conaction="pushreplace">Ensure that the file exists and
- can be read. <ph conref="DITA-messages-details.xml#errormessages/changeExtension"/></stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX008W-extra" conaction="pushreplace">To fix the table of contents,
- specify a navigation title in your map or ensure that the referenced file is local and can be accessed. <ph
- conref="DITA-messages-details.xml#errormessages/changeExtension"/>
- <indexterm>table of contents<indexterm>navigation title</indexterm></indexterm>
- <indexterm>table of contents<indexterm>DOTX008W</indexterm></indexterm>
- </stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX009W-extra" conaction="pushreplace">No title was found in the
- specified topic, so the table of contents will use the indicated fallback value for this topic.
- <indexterm>table of contents<indexterm>DOTX009W</indexterm></indexterm>
- <indexterm>table of contents<indexterm>no title</indexterm></indexterm>
- </stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX010E-extra" conaction="pushreplace">The conref attribute must be a
- URI reference to an existing DITA element. Please see the topic on <xref
- href="http://docs.oasis-open.org/dita/dita/v1.3/os/part1-base/archSpec/base/uri-based-addressing.html#uri-based-addressing"
- format="html" scope="external">URI-based addressing</xref> in the DITA specification for details on the
- expected syntax. <ph id="changeExtension">Note that the name of the file in this message may have be changed
- to use a standard dita topic file extension ('.dita' or '.xml'), instead of the original extension used by
- the file; it may also include a path to the temporary directory rather than to the original.</ph>
- <p>If the target element exists in your source file, check to make sure it is not filtered out of the build
- with a DITAVAL file (which will remove the target before conref processing runs).</p></stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX011W-extra" conaction="pushreplace">When pulling content with a
- conref attribute, you may only pull from a single element, but the target ID appears twice in the referenced
- topic. <ph conref="DITA-messages-details.xml#errormessages/changeExtension"/></stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX012W-extra" conaction="pushreplace">This message is deprecated and
- should no longer appear in any logs.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX013E-extra" conaction="pushreplace">This may appear if (for example)
- you have a <xmlelement>ph</xmlelement> element that references another phrase, but that phrase itself contains
- a reference to the original. This will result in an infinite loop. The toolkit will stop following the conref
- trail when this is detected; you will need to correct the reference in your source files. <ph
- conref="DITA-messages-details.xml#errormessages/changeExtension"/></stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX014E-extra" conaction="pushreplace">The conref attribute must be a
- URI reference to a DITA element. Please see the topic on <xref
- href="http://docs.oasis-open.org/dita/dita/v1.3/os/part1-base/archSpec/base/uri-based-addressing.html#uri-based-addressing"
- format="html" scope="external">URI-based addressing</xref> in the DITA specification for details on the
- expected syntax.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX015E-extra" conaction="pushreplace">The conref attribute must be a
- URI reference to a DITA element. Please see the topic on <xref
- href="http://docs.oasis-open.org/dita/dita/v1.3/os/part1-base/archSpec/base/uri-based-addressing.html#uri-based-addressing"
- format="html" scope="external">URI-based addressing</xref> in the DITA specification for details on the
- expected syntax. <ph conref="DITA-messages-details.xml#errormessages/changeExtension"/></stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX016W-extra" conaction="pushreplace">This warning is intended to
- catch instances where a non-DITA format setting unexpectedly cascades to a DITA topic, which will prevent the
- topic from being processed. To remove this message, set the format attribute directly on the indicated
- reference. <ph conref="DITA-messages-details.xml#errormessages/changeExtension"/></stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX017E-extra" conaction="pushreplace">Found a value such as <xref
- href="">link text</xref>. The empty href attribute is not serving a purpose and has caused problems with
- some tools in the past; you should remove the attribute entirely or specify a value.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX018I-extra" conaction="pushreplace">The type attribute in DITA is
- intended to describe the type of the target; for example, a reference to a concept topic may use
- type="concept". Generally, this attribute is optional, and the DITA-OT build will automatically determine the
- value during processing. In this case, the type attribute lists a more general type than what is actually
- found. This is not an error but may result in unexpected sorting for links to this topic.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX019W-extra" conaction="pushreplace">The type attribute in DITA is
- intended to describe the type of the target; for example, a reference to a concept topic may use
- type="concept". Generally, this attribute is optional, and the DITA-OT build will automatically determine the
- value during processing. In this case, the specified type value does not match the target, which may cause
- your links to sort inappropriately.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX020E-extra" conaction="pushreplace">DITA-OT is only able to
- dynamically retrieve titles when the target is a local (not peer or external) DITA resource.
- <indexterm start="navtitle">navtitle</indexterm>
- </stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX021E-extra" conaction="pushreplace">DITA-OT is only able to
- dynamically retrieve titles when the target is a local DITA resource.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX022W-extra" conaction="pushreplace">The build was unable to get a
- title from the referenced topic; instead, a navigation title will be created based on the specified
- <xmlelement>linktext</xmlelement> element inside of <xmlelement>topicmeta</xmlelement>.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX023W-extra" conaction="pushreplace">If the target is a local DITA
- topic, ensure the reference is correct and the topic is available. Otherwise, provide a navigation title, and
- ensure the scope and format attributes are set appropriately.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX024E-extra" conaction="pushreplace">DITA-OT is only able to
- dynamically retrieve titles and link text when the target is a local (not peer or external) DITA
- resource.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX025E-extra" conaction="pushreplace">DITA-OT is only able to
- dynamically retrieve titles when the target is a local DITA resource.
- <indexterm end="navtitle"/></stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX026W-extra" conaction="pushreplace">The referenc to this document
- did not specify any link text for generated map-based links; the navigation title will be used as
- fallback.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX027W-extra" conaction="pushreplace">The referenced file did not
- specify any link text for generated map-based links, and no fallback text could be located. Any links
- generated from this reference will have incorrect link text.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX028E-extra" conaction="pushreplace">The link or cross reference has
- no target specified and will not generate a link.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX029I-extra" conaction="pushreplace">The type attribute in DITA is
- intended to describe the type of the target; for example, a reference to a concept topic may use
- type="concept". Generally, this attribute is optional, and the DITA-OT build will automatically determine the
- value during processing. In this case, the type attribute lists a more general type than what is actually
- found. This is not an error but may result in unexpected sorting for links to this topic.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX030W-extra" conaction="pushreplace">The type attribute in DITA is
- intended to describe the type of the target; for example, a reference to a concept topic may use
- type="concept". Generally, this attribute is optional, and the DITA-OT build will automatically determine the
- value during processing. In this case, the specified type value does not match the target, which may cause
- your links to sort inappropriately.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX031E-extra" conaction="pushreplace">The build attempted to access
- the specified file in order to retrive a title or short description, but the file could not be found. If the
- file exists, it is possible that a DITAVAL file was used to remove the file’s contents from the build. Be
- aware that the path information above may not match the link in your topic.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX032E-extra" conaction="pushreplace">When a link or cross reference
- does not have content, the build will attempt to pull the target’s title for use as link text. If the target
- is unavailable, be sure to set the scope attribute to an appropriate value. If the target does not have a
- title (such as when linking to a paragraph), be sure to provide link text inside the cross
- reference.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX033E-extra" conaction="pushreplace">An <xmlelement>xref</xmlelement>
- element specifies type="li", which indicates a link to a list item, but the item number could not be
- determined to use as link text. Please specify link text inside the reference, or ensure that you are
- referencing an available list item.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX034E-extra" conaction="pushreplace">The cross reference goes to a
- list item in an unordered list. The process could not automatically generate link text because the list item
- is not numbered. Please provide link text within the cross reference.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX035E-extra" conaction="pushreplace">An <xmlelement>xref</xmlelement>
- element specifies type="fn", which indicates a link to a footnote, but the footnote number could not be
- determined to use as link text. Please specify link text inside the reference, or ensure that you are
- referencing an available footnote.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX036E-extra" conaction="pushreplace">An <xmlelement>xref</xmlelement>
- element specifies type="dlentry", which indicates a link to a definition list entry, but the term could not be
- located to use as link text. Please specify link text inside the reference, or ensure that you are referencing
- an available definition list entry</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX037W-extra" conaction="pushreplace">No title was found for the
- current document, so the HTML output file will set the <xmlelement>title</xmlelement> to "***". This value
- generally appears in the title bar at the top of a browser.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX038I-extra" conaction="pushreplace">The
- <xmlelement>object</xmlelement> element in HTML does not support using longdescref for accessibility. To
- make the object accessible, you may need to add text before or after the element. You may also be able to
- handle it with a <xmlelement>param</xmlelement> element inside the object.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX039W-extra" conaction="pushreplace">This message is generated when
- creating draft output in order to help you locate all topics that need to be cleaned up; the cleanup items
- will appear in your output with styling that makes it stand out. The content will be hidden when the draft
- parameter is not active.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX040I-extra" conaction="pushreplace">This message is generated when
- creating draft output in order to help you locate all topics that have draft comments. Each comment will
- appear in your HTML output; the comments will be hidden when the draft parameter is not active.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX041W-extra" conaction="pushreplace">Because of the way XML and DITA
- are defined, it is generally not possible to prohibit adding a second title to a section during editing (or to
- force that title to come first). However, the DITA specification states that only one title should be used in
- a section. When multiple titles are found, only the first one will appear in the output.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX042I-extra" conaction="pushreplace">If it is important to flag this
- piece of information, try placing a flag on the block element that contains your phrase. If you just want to
- have an image next to the phrase, you may place an image directly into the document.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX043I-extra" conaction="pushreplace">DITA-OT is able to remove
- duplicate links in most cases. However, if two links to the same resource use different attributes or link
- text, it is possible for them to appear together. For example, if the same link shows up with role="next" and
- again with no specified role, it may show up as both the "Next topic" link and as a related link. Note that
- links generated from a <xmlelement>reltable</xmlelement> in a DITA map will have the role attribute set to
- "friend".
- <indexterm><xmlelement>reltable</xmlelement><index-see-also>relationship tables</index-see-also></indexterm>
- </stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX044E-extra" conaction="pushreplace">The
- <xmlelement>area</xmlelement> element in an image map must provide a link target for the specified area.
- Please add an <xmlelement>xref</xmlelement> element as a child of <xmlelement>area</xmlelement> and ensure
- that it specifies a link target.
- <indexterm>image map</indexterm></stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX045W-extra" conaction="pushreplace">Cross reference text inside the
- <xmlelement>area</xmlelement> element is used to provide accessibility for screen readers that can identify
- different areas of an image map. If text cannot be retrieved automatically by referencing a DITA element, it
- should be specified directly in the cross reference.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX046W-extra" conaction="pushreplace">The specified value was passed
- as-is through to the <xmlelement>area</xmlelement> element in the HTML.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX047W-extra" conaction="pushreplace">The area element is intended to
- define a region in an image map; coordinates must be specified in order to define that region.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX048I-extra" conaction="pushreplace">The build will not look for peer
- or external topics before compiling your CHM file, so they may not be included. If you are referencing an
- actual HTML file that will not be available, it cannot be included in the project, and you should set the toc
- attribute to "no" on your topicref element. Otherwise, check to be sure your HTML file was included in the
- CHM; if it was not, you will need to place it in the correct location with your other output files and
- recompile.
- <indexterm>table of contents<indexterm>HTML Help</indexterm></indexterm>
- </stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX049I-extra" conaction="pushreplace">The PDF, ODT, and RTF output
- processes cannot automatically convert non-DITA content into DITA in order to merge it with the rest of your
- content. The referenced items are ignored.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX050W-extra" conaction="pushreplace">Eclipse requires that an ID be
- specified when creating an Eclipse Help project; the toolkit expects to locate that ID on the root element of
- your input map.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX052W-extra" conaction="pushreplace">The toolkit is attempting to add
- generated text, such as the string "Related information" that appears above links. The requested string could
- not be found in any language. Your output may contain a meaningful string, or it may contain a code that was
- intended to map to a string. This likely indicates an error in a plug-in or XSL override; either the string
- was requested incorrectly, or you will need to provide a mapping for the string in all of the languages you
- require.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX053E-extra" conaction="pushreplace">This will occur if a map
- references another map, and then that second map (or another further nested map) references the original map.
- The result is an infinite nesting of maps; please correct the chain of map references to remove circular
- reference.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX054W-extra" conaction="pushreplace">This will occur when a DITAVAL
- file contains multiple styling rules that apply to the same element.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX055W-extra" conaction="pushreplace">The "flagit" named template was
- deprecated in DITA-OT version 1.4, when the OASIS standard formalized the DITAVAL syntax. The template is
- removed in DITA-OT 1.6. Stylesheets that used this template need to be updated.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX056W-extra" conaction="pushreplace">The build attempted to access
- the specified file in order to retrive a title or short description, but the file could not be found. If the
- file exists, it is possible that a DITAVAL file was used to remove the file’s contents from the build. Another
- possibility is that the file is located outside of the scope of the main input directory, and was not
- available because the <xref keyref="parameters-base">onlytopic.in.map</xref> parameter was specified. Be aware
- that the path information above may not match the link in your topic.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX057W-extra" conaction="pushreplace">The link appears to use valid
- syntax to reference a DITA element, but that element cannot be found. Please verify that the element exists,
- and is not removed from the build by DITAVAL based filtering.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX058W-extra" conaction="pushreplace">Processing for terms, acronyms,
- or abbreviated forms will associate the key from the element’s keyref attribute with a glossentry (glossary
- entry) topic. This message will appear if the key was defined, but was not associated with a glossentry topic.
- The process will try to use the best available fallback (usually the title of the referenced topic).</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX060W-extra" conaction="pushreplace">Processing for abbreviated form
- elements will associate the key from the element’s keyref attribute with a glossentry (glossary entry) topic.
- This message will appear if the key was defined, but was not associated with a glossentry topic. This element
- is only supported with keys that are associated with glossary topics; the element will not generate any
- output. Please correct the reference, or use a different element to reference your topic.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX061W-extra" conaction="pushreplace">According to the DITA
- Specification, references from maps should either go to DITA Maps, DITA Topics, or any non-DITA resource.
- References below the topic level should only be made from cross references (using
- <xmlelement>xref</xmlelement> or similar) inside of a topic. For details, see the href attribute description
- in the OASIS standard’s definition of the <xref
- href="http://docs.oasis-open.org/dita/v1.2/os/spec/langref/topicref.html" format="html" scope="external"
- >topicref element</xref>.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX063W-extra" conaction="pushreplace">This will appear when generating
- PDF or ODT output that includes a link to a local topic, but the referenced topic is not part of the map
- itself. This will result in a broken link. You should include the topic in your map or remove the link from
- the build.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX064W-extra" conaction="pushreplace">The copy-to attribute is used to
- copy a topic over a document that already exists. Please make sure that any copy-to attributes use a unique
- name so that the copy will not overwrite existing content.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX065W-extra" conaction="pushreplace">Two different topics are copied
- to the same location using copy-to; as a result, one of these files would be over-written. Only the first
- instance of this copy-to value will be recognized. Please correct the use of copy-to attributes.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX066W-extra" conaction="pushreplace">This message indicates that your
- custom XSLT or plug-ins rely on templates that will be removed in an upcoming release. Typically this occurs
- when a named template has been converted to a mode template; any code that uses the deprecated template should
- be updated.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX067E-extra" conaction="pushreplace">This PDF build uses generated
- text, such as the phrase "Related information" (which is generated above many link groups). The toolkit was
- unable to locate the string <varname>%1</varname> for your specified language, so the string will appear in
- the default language. This generally indicates that the toolkit’s strings need to be updated to support your
- language, or that your language setting is incorrect.</stentry>
- </strow>
- </simpletable>
- <section>
- <title>Additional explanation for messages in the <filepath>org.dita.pdf2</filepath> plugin</title>
- <simpletable>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/PDFJ002E-extra" conaction="pushreplace">The PDF index process relies
- on pre-defined letter headings when sorting terms. The specified term does not begin with a character that
- can be mapped to an existing heading. Typically this term would be placed in a "Special characters" group,
- but the current language did not specify such a group when setting up the index sort process.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/PDFJ003I-extra" conaction="pushreplace">The PDF index process relies
- on pre-defined letter headings when sorting terms. The specified term does not begin with a character that
- can be mapped to an existing heading, so it has been placed under a heading for terms that begin with
- special characters such as punctuation. If this term should be sorted under a new or existing letter
- heading, please open an issue with DITA-OT to correct the sort.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/PDFX011E-extra" conaction="pushreplace">Found an
- <xmlelement>index-see</xmlelement> element as a child of a term that also exists as a standalone index
- term, or as a term that also uses <xmlelement>index-see-also</xmlelement>. When using
- <xmlelement>index-see</xmlelement> with an index term, that term should not be used to create page
- references and should not reference additional terms. Treating the <xmlelement>index-see</xmlelement> as
- <xmlelement>index-see-also</xmlelement>.</stentry>
- </strow>
- <strow>
- <stentry conref="DITA-messages.xml#msgs/DOTX072I-extra" conaction="pushreplace"><indexterm>navtitle</indexterm></stentry>
- </strow>
- </simpletable>
- </section>
- </refbody>
- </reference>
|