Hi, I exported one of my files to the target language and get the error result. The file is xml format following the DITA 1.3. And I use the SDL Trados Studio 2015. I attached the original file. I looked into this file, and found this software can't handle the <pd> and <div> tags properly. But I don't know how to fix it. Is there any one can solve this problem?
<?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="ant-parameters-details"> <title>Ant parameter details</title> <reference id="base"> <title>All transformations</title> <titlealts> <navtitle>All transformations</navtitle> </titlealts> <shortdesc conaction="pushreplace" conref="parameters-base.dita#base/shortdesc">Certain parameters apply to all transformations that are supported by the DITA Open Toolkit.</shortdesc> <refbody> <section> <parml> <plentry id="args.draft"> <pt> <parmname>args.draft</parmname> </pt> <pd conaction="mark" conref="parameters-base.dita#base/args.draft.desc"/> <pd conaction="pushafter" audience="xslt-customizer">Corresponds to the XSLT parameter <parmname>DRAFT</parmname> in most XSLT modules.<note type="tip">For PDF output, setting the <parmname>args.draft</parmname> parameter to <option>yes</option> causes the contents of the <xmlelement>titlealts</xmlelement> element to be rendered below the title.</note> </pd> </plentry> <plentry id="args.figurelink.style"> <pt> <parmname>args.figurelink.style</parmname> </pt> <pd conaction="mark" conref="parameters-base.dita#base/args.figurelink.style.desc"/> <pd conaction="pushafter">Specifying <option>NUMBER</option> results in "Figure 5"; specifying <option>TITLE</option> results in the title of the figure. <ph audience="xslt-customizer">Corresponds to the XSLT parameter <parmname>FIGURELINK</parmname>.</ph><note rev="2.0">Support for PDF was added in DITA-OT 2.0. By default PDF uses the value <option>NUMTITLE</option>, which is not supported for other transformation types; this results in "Figure 5. Title".</note></pd> </plentry> <plentry id="args.filter"> <pt> <parmname>args.filter</parmname> </pt> <pd conaction="pushreplace" conref="parameters-base.dita#base/args.filter.desc"> <p>Specifies filter file(s) used to include, exclude, or flag content. Relative paths are resolved against the DITA-OT base directory (for backwards compatibility) and internally converted to absolute paths.</p> <note>The system separator character is used to separate the values. DITAVAL files are evaluated in the order specified, so conditions specified in the first file take precedence over matching conditions specified in later files, just as conditions at the start of a DITAVAL document take precedence over matching conditions later in the same document.</note></pd> </plentry> <plentry id="args.gen.task.lbl"> <pt> <parmname>args.gen.task.lbl</parmname> </pt> <pd conaction="mark" conref="parameters-base.dita#base/args.gen.task.lbl.desc"/> <pd conaction="pushafter"> <ph audience="xslt-customizer">Corresponds to the XSLT parameter <parmname>GENERATE-TASK-LABELS</parmname>.</ph></pd> </plentry> <plentry id="args.grammar.cache"> <pt> <parmname>args.grammar.cache</parmname> </pt> <pd conaction="mark" conref="parameters-base.dita#base/args.grammar.cache.desc"/> <pd conaction="pushafter"> <note>This option dramatically speeds up processing time. However, there is a known problem with using this feature for documents that use XML entities. If your build fails with parser errors about entity resolution, set this parameter to <option>no</option>.</note> </pd> </plentry> <plentry id="args.input"> <pt> <parmname>args.input</parmname> </pt> <pd conaction="mark" conref="parameters-base.dita#base/args.input.desc"/> <pd conaction="pushafter">Typically this is a DITA map, however it also can be a DITA topic if you want to transform a single DITA file. The path can be absolute, relative to <parmname>args.input.dir</parmname>, or relative to the directory where your project's Ant build script resides if <parmname>args.input.dir</parmname> is not defined. </pd> </plentry> <plentry id="args.input.dir"> <pt> <parmname>args.input.dir</parmname> </pt> <pd conaction="mark" conref="parameters-base.dita#base/args.input.dir.desc"/> <pd conaction="pushafter">The default value is the parent directory of the file specified by <parmname>args.input</parmname>.</pd> </plentry> <plentry id="args.logdir"> <pt><parmname>args.logdir</parmname></pt> <pd conaction="mark" conref="parameters-base.dita#base/args.logdir.desc"/> <pd conaction="pushafter"> <note type="attention">The <parmname>args.logdir</parmname> parameter is obsolete and will be removed in an upcoming version of DITA-OT. To write the log to a file, use <cmdname>dita</cmdname> <parmname>--logfile</parmname>=<varname>file</varname> or <cmdname>ant</cmdname> <parmname>-l</parmname> <varname>file</varname> to set the path to the log. Unless an absolute path is specified, the value will be interpreted relative to the current directory.</note></pd> </plentry> <plentry id="args.tablelink.style"> <pt> <parmname>args.tablelink.style</parmname> </pt> <pd conaction="mark" conref="parameters-base.dita#base/args.tablelink.style.desc"/> <pd conaction="pushafter">Specifying <option>NUMBER</option> results in "Table 5"; specifying <option>TITLE</option> results in the title of the table. <ph audience="xslt-customizer">Corresponds to the XSLT parameter <parmname>TABLELINK</parmname>.</ph><note rev="2.0">Support for PDF was added in DITA-OT 2.0. By default PDF uses the value <option>NUMTITLE</option>, which is not supported for other transformation types; this results in "Table 5. Title".</note></pd> </plentry> <plentry id="cleantemp"> <pt> <parmname>clean.temp</parmname> </pt> <pd conaction="mark" conref="parameters-base.dita#base/clean.temp.desc"/> <pd conaction="pushafter"/> </plentry> <plentry id="default.language"> <pt> <parmname>default.language</parmname> </pt> <pd conaction="pushreplace" conref="parameters-base.dita#base/default.language.desc">Specifies the language that is used if the input file does not have the <xmlatt>xml:lang</xmlatt> attribute set on the root element. By default, this is set to <option>en</option>. The allowed values are those that are defined in IETF BCP 47, <xref href="https://tools.ietf.org/html/bcp47" format="html" scope="external">Tags for Identifying Languages</xref>.</pd> </plentry> <plentry id="dita.temp.dir"> <pt> <parmname>dita.temp.dir</parmname> </pt> <pd conaction="mark" conref="parameters-base.dita#base/dita.temp.dir.desc"/> <pd conaction="pushafter">The temporary directory is where the DITA-OT writes temporary files that are generated during the transformation process.</pd> </plentry> <plentry id="dita.input.valfile" importance="deprecated"> <pt> <parmname>dita.input.valfile</parmname> </pt> <pd conaction="mark" conref="parameters-base.dita#base/dita.input.valfile.desc"/> <pd conaction="pushafter"> <note type="notice">Deprecated in favor of the <parmname>args.filter</parmname> parameter.</note> </pd> </plentry> <plentry id="filter-stage"> <pt> <parmname>filter-stage</parmname> </pt> <pd conaction="mark" conref="parameters-base.dita#base/filter-stage.desc"/> <pd conaction="pushafter"> <note>Changing the filtering stage may produce different results for the same initial data set and filtering conditions.</note> </pd> </plentry> <plentry id="force-unique"> <pt> <parmname>force-unique</parmname> </pt> <pd conaction="mark" conref="parameters-base.dita#base/force-unique.desc"/> <pd conaction="pushafter"> <p>Setting this to <option>true</option> ensures that unique output files are created for each instance of a resource when a map contains multiple references to a single topic.</p></pd> </plentry> <plentry id="generate-debug-attributes"> <pt> <parmname>generate-debug-attributes</parmname> </pt> <pd conaction="mark" conref="parameters-base.dita#base/generate-debug-attributes.desc"/> <pd conaction="pushafter"> <note>Disabling debugging attributes reduces the size of temporary files and thus reduces memory consumption. However, the log messages no longer have the source information available and thus the ability to debug problems might deteriorate.</note> </pd> </plentry> <plentry id="generate.copy.outer"> <pt> <parmname>generate.copy.outer</parmname> </pt> <pd conaction="mark" conref="parameters-base.dita#base/generate.copy.outer.desc"/> <pd conaction="pushafter"> <p>See <xref keyref="generate-copy-outer"/> for more information.</p> </pd> </plentry> <plentry id="onlytopic.in.map"> <pt> <parmname>onlytopic.in.map</parmname> </pt> <pd conaction="mark" conref="parameters-base.dita#base/onlytopic.in.map.desc"/> <pd conaction="pushafter">If set to <option>true</option>, only files that are referenced directly from the map will generate output; the default value is <option>false</option>.</pd> </plentry> <plentry id="outer.control"> <pt> <parmname>outer.control</parmname> </pt> <pd conaction="mark" conref="parameters-base.dita#base/outer.control.desc"/> <pd conaction="pushafter"> <note type="warning" platform="windows">Microsoft HTML Help Compiler cannot produce HTML Help for documentation projects that use outer content. The content files must reside in or below the directory containing the master DITA map file, and the map file cannot specify ".." at the start of the <xmlatt>href</xmlatt> attributes for <xmlelement>topicref</xmlelement> elements.</note> </pd> </plentry> <plentry id="output.dir"> <pt> <parmname>output.dir</parmname> </pt> <pd conaction="mark" conref="parameters-base.dita#base/output.dir.desc"/> <pd conaction="pushafter">By default, the output is written to <filepath><varname>DITA-dir</varname>/out</filepath>.</pd> </plentry> <plentry id="transtype"> <pt> <parmname>transtype</parmname> </pt> <pd conaction="mark" conref="parameters-base.dita#base/transtype.desc"/> <pd conaction="pushafter"> <p conref="../resources/conref-task.dita#ID/transtypes"/> </pd> </plentry> </parml> </section> </refbody> </reference> <reference id="base-html"> <title>HTML-based output parameters</title> <titlealts> <navtitle>HTML-based output</navtitle> </titlealts> <shortdesc conaction="pushreplace" conref="parameters-base-html.dita#base-html/shortdesc">Certain parameters apply to all the HTML-based transformation types: Eclipse help, HTML5, HTML Help, JavaHelp, TocJS, and XHTML.</shortdesc> <refbody> <section> <parml> <plentry id="args.copycss"> <pt><parmname>args.copycss</parmname></pt> <pd conaction="mark" conref="parameters-base-html.dita#base-html/args.copycss.desc"/> <pd conaction="pushafter"> <div id="args.copycss.details">If an external process will copy your custom .css file to the output directory, leave this parameter unset (or set it to <option>no</option>). If DITA-OT should copy the file when generating output, set it to <option>yes</option>.</div></pd> </plentry> <plentry id="args.css"> <pt><parmname>args.css</parmname></pt> <pd conaction="mark" conref="parameters-base-html.dita#base-html/args.css.desc"/> <pd conaction="pushafter"> <div id="args.css.details">The value of this parameter should be only the file name (or an absolute path to the file). A relative path can be specified with <parmname>args.cssroot</parmname>.</div></pd> </plentry> <plentry id="args.csspath"> <pt> <parmname>args.csspath</parmname> </pt> <pd conaction="pushreplace" conref="parameters-base-html.dita#base-html/args.csspath.desc"> <div id="args.csspath.desc">Specifies the <b>destination</b> directory to which .css files are copied (relative to the output directory).</div></pd> <pd conaction="mark" conref="parameters-base-html.dita#base-html/args.csspath.desc"/> <pd conaction="pushafter"> <div id="args.csspath.details"> <p audience="xslt-customizer">Corresponds to the XSLT parameter <parmname>CSSPATH</parmname>.</p> <p>DITA-OT will copy the file <b>to</b> this location.</p> <note type="tip">If <parmname>args.csspath</parmname> is not set, the custom CSS file (and the default CSS files) will be copied to the root level of the output folder. To copy CSS files to an output subfolder named <filepath>css</filepath>, set <parmname>args.csspath</parmname> to <option>css</option>.</note></div> </pd> </plentry> <plentry id="args.cssroot"> <pt> <parmname>args.cssroot</parmname> </pt> <pd conaction="pushreplace" conref="parameters-base-html.dita#base-html/args.cssroot.desc"> <div id="args.cssroot.desc">Specifies the <b>source</b> directory that contains the custom .css file.</div></pd> <pd conaction="mark" conref="parameters-base-html.dita#base-html/args.cssroot.desc"/> <pd conaction="pushafter"> <div id="args.cssroot.details"> <p>DITA-OT will copy the file <b>from</b> this location.</p> <note type="tip">The value you enter here will be interpreted relative to the location of the input map file. If your map is stored at the root level of your project folder and the CSS file is stored in a subfolder named <filepath>resources</filepath>, set <parmname>args.cssroot</parmname> to <option>resources</option>.</note> </div></pd> </plentry> <plentry id="args.dita.locale"> <pt> <parmname>args.dita.locale</parmname> </pt> <pd conaction="mark" conref="parameters-base-html.dita#base-html/args.dita.locale.desc"/> <pd conaction="pushafter"> <note>This parameter is not available for the XHTML transformation.</note> </pd> </plentry> <plentry id="args.ftr"> <pt> <parmname>args.ftr</parmname> </pt> <pd conaction="mark" conref="parameters-base-html.dita#base-html/args.ftr.desc"/> <pd conaction="pushafter"> <div id="args.ftr.details"> <ph audience="xslt-customizer">Corresponds to the XSLT parameter <parmname>FTR</parmname>.</ph> <note>The footer file should be specified using an absolute path and must contain valid XML. A common practice is to place all content into a <xmlelement>div</xmlelement> element.</note> </div></pd> </plentry> <plentry id="args.gen.default.meta"> <pt> <parmname>args.gen.default.meta</parmname> </pt> <pd conaction="mark" conref="parameters-base-html.dita#base-html/args.gen.default.meta.desc"/> <pd conaction="pushafter" audience="xslt-customizer"> <div id="args.gen.default.meta.details">Corresponds to the XSLT parameter <parmname>genDefMeta</parmname>. </div> </pd> </plentry> <plentry id="args.hdf"> <pt><parmname>args.hdf</parmname></pt> <pd conaction="mark" conref="parameters-base-html.dita#base-html/args.hdf.desc"/> <pd conaction="pushafter"> <div id="args.hdf.details"> <p>The contents of the header file will be inserted in the <xmlelement>head</xmlelement> element of the generated HTML files.</p> <note type="tip">The header file should be specified using an absolute path and must contain valid XML. If you need to insert more than one element into the HTML page head, wrap the content in a <xmlelement>div</xmlelement> element. The division wrapper in the header file will be discarded when generating HTML files, and the contents will be inserted into each page head.</note></div></pd> </plentry> <plentry id="args.hdr"> <pt> <parmname>args.hdr</parmname> </pt> <pd conaction="mark" conref="parameters-base-html.dita#base-html/args.hdr.desc"/> <pd conaction="pushafter"> <div id="args.hdr.details"> <ph audience="xslt-customizer">Corresponds to the XSLT parameter <parmname>HDR</parmname>.</ph> <note>The header file should be specified using an absolute path and must contain valid XML. A common practice is to place all content into a <xmlelement>div</xmlelement> element.</note> </div></pd> </plentry> <plentry id="args.hide.parent.link" importance="deprecated"> <pt> <parmname>args.hide.parent.link</parmname> </pt> <pd conaction="mark" conref="parameters-base-html.dita#base-html/args.hide.parent.link.desc"/> <pd conaction="pushafter"> <div id="args.hide.parent.link.details"> <ph audience="xslt-customizer">Corresponds to the XSLT parameter <parmname>NOPARENTLINK</parmname>.</ph> <note type="notice">This parameter is deprecated in favor of the <parmname>args.rellinks</parmname> parameter.</note> </div></pd> </plentry> <plentry id="args.outext"> <pt> <parmname>args.outext</parmname> </pt> <pd conaction="mark" conref="parameters-base-html.dita#base-html/args.outext.desc"/> <pd conaction="pushafter"> <div id="args.outext.details"> <ph audience="xslt-customizer">Corresponds to the XSLT parameter <parmname>OUTEXT</parmname>.</ph> </div></pd> </plentry> <plentry id="args.xhtml.classattr"> <pt> <parmname>args.xhtml.classattr</parmname> </pt> <pd conaction="mark" conref="parameters-base-html.dita#base-html/args.xhtml.classattr.desc"/> <pd conaction="pushafter">For example, the <xmlelement>prereq</xmlelement> element (which is specialized from <xmlelement>section</xmlelement>) would generate <codeph>class="section prereq"</codeph>. <ph audience="xslt-customizer">Corresponds to the XSLT parameter <parmname>PRESERVE-DITA-CLASS</parmname>.</ph><note>Beginning with DITA-OT release 1.5.2, the default value is <option>yes</option>. For release 1.5 and 1.5.1, the default value was <option>no</option>. </note></pd> </plentry> <plentry id="args.xsl"> <pt> <parmname>args.xsl</parmname> </pt> <pd conaction="mark" conref="parameters-base-html.dita#base-html/args.xsl.desc"/> <pd conaction="pushafter"> <div id="args.xsl.details">The parameter must specify a fully qualified file name.</div></pd> </plentry> </parml> </section> </refbody> </reference> <reference id="eclipsehelp"> <title>Eclipse help</title> <titlealts> <navtitle>Eclipse help</navtitle> </titlealts> <shortdesc conaction="pushreplace" conref="parameters-eclipsehelp.dita#eclipsehelp/shortdesc">Certain parameters are specific to the Eclipse help transformation.</shortdesc> <refbody> <section> <parml> <plentry id="args.eclipsehelp.country"> <pt> <parmname>args.eclipsehelp.country</parmname> </pt> <pd conaction="mark" conref="parameters-eclipsehelp.dita#eclipsehelp/args.eclipsehelp.country.desc"/> <pd conaction="pushafter">For example, <option>us</option>, <option>ca</option>, and <option>gb</option> would clarify a value of <option>en</option> set for the <parmname>args.eclipsehelp.language</parmname> parameter. The content will be moved into the appropriate directory structure for an Eclipse fragment.<draft-comment author="Kristen James Eberlein" time="11 August 2012">What does "The content will be moved into the appropriate directory structure for an Eclipse fragment" mean?</draft-comment></pd> </plentry> <plentry id="args.eclipsehelp.language"> <pt> <parmname>args.eclipsehelp.language</parmname> </pt> <pd conaction="mark" conref="parameters-eclipsehelp.dita#eclipsehelp/args.eclipsehelp.language.desc"/> <pd conaction="pushafter">This parameter is a prerequisite for the <parmname>args.eclipsehelp.country</parmname> parameter. The content will be moved into the appropriate directory structure for an Eclipse fragment.</pd> </plentry> <plentry id="args.eclipse.provider"> <pt> <parmname>args.eclipse.provider</parmname> </pt> <pd conaction="mark" conref="parameters-eclipsehelp.dita#eclipsehelp/args.eclipse.provider.desc"/> <pd conaction="pushafter">The default value is <option>DITA</option>. <note type="tip">The toolkit ignores the value of this parameter when it processes an Eclipse map.</note> </pd> </plentry> <plentry id="args.eclipse.version"> <pt> <parmname>args.eclipse.version</parmname> </pt> <pd conaction="mark" conref="parameters-eclipsehelp.dita#eclipsehelp/args.eclipse.version.desc"/> <pd conaction="pushafter">The default value is <option>0.0.0</option>.<note type="tip">The toolkit ignores the value of this parameter when it processes an Eclipse map.</note></pd> </plentry> <plentry id="args.eclipse.symbolic.name"> <pt> <parmname>args.eclipse.symbolic.name</parmname> </pt> <pd conaction="mark" conref="parameters-eclipsehelp.dita#eclipsehelp/args.eclipse.symbolic.name.desc"/> <pd conaction="pushafter"> <!-- Specifies the symbolic name (aka plugin ID) in the output for an Eclipse Help project. -->The <xmlatt>id</xmlatt> value from the DITA map or the Eclipse map collection (Eclipse help specialization) is the symbolic name for the plugin in Eclipse. The default value is <option>org.sample.help.doc</option>.<note type="tip">The toolkit ignores the value of this parameter when it processes an Eclipse map.</note><draft-comment author="Kristen James Eberlein" time="11 August 2012">I'm not clear what this means. Is the default value for the <parmname>args.eclipse.symbolic.name</parmname> parameter the value of the <xmlatt>id</xmlatt> attribute on the <xmlelement>map</xmlelement> or <xmlelement>plugin</xmlelement> element, if provided, and the <option>org.sample.help.doc</option> if there is not a value for the <xmlatt>id</xmlatt> attribute or the <parmname>args.eclipse.symbolic.name</parmname> parameter?</draft-comment></pd> </plentry> </parml> </section> </refbody> </reference> <reference id="javahelp"> <title>JavaHelp</title> <titlealts> <navtitle>JavaHelp</navtitle> </titlealts> <shortdesc conaction="pushreplace" conref="parameters-javahelp.dita#javahelp/shortdesc">Certain parameters are specific to the JavaHelp transformation.</shortdesc> <refbody> <section> <parml> <plentry id="args.javahelp.map"> <pt> <parmname>args.javahelp.map</parmname> </pt> <pd conaction="mark" conref="parameters-javahelp.dita#javahelp/args.javahelp.map.desc"/> <pd conaction="pushafter"> <draft-comment author="Kristen James Eberlein" time="11 August 2012">What does this mean? How does this differ from the <parmname>args.input</parmname> parameter? Or should this read "Specifies the name of the JavaHelp map file?</draft-comment> </pd> </plentry> <plentry id="args.javahelp.toc"> <pt> <parmname>args.javahelp.toc</parmname> </pt> <pd conaction="mark" conref="parameters-javahelp.dita#javahelp/args.javahelp.toc.desc"/> <pd conaction="pushafter">Default value is the name of the ditamap file for your project. <draft-comment author="Kristen James Eberlein" time="11 August 2012">I assume that the first sentence means "Specifies the name of the JavaHelp TOC file." But what does the second sentence mean? That the default value for the <parmname>args.javahelp.toc</parmname> parameter is the name of the master DITA map? Or that the default value for the <parmname>args.javahelp.toc</parmname> parameter is the value of the <parmname>args.javahelp.map</parmname> parameter?</draft-comment></pd> </plentry> </parml> </section> </refbody> </reference> <reference id="pdf"> <title>PDF</title> <titlealts> <navtitle>PDF</navtitle> </titlealts> <shortdesc conaction="pushreplace" conref="parameters-pdf.dita#pdf/shortdesc">Certain parameters are specific to the PDF transformation.</shortdesc> <refbody> <section> <parml> <plentry id="args.xsl.pdf"> <pt> <parmname>args.xsl.pdf</parmname> </pt> <pd conaction="mark" conref="parameters-pdf.dita#pdf/args.xsl.pdf.desc"/> <pd conaction="pushafter">You must specify the fully qualified file name.</pd> </plentry> <plentry id="org.dita.pdf2.i18n.enabled"> <pt><parmname>org.dita.pdf2.i18n.enabled</parmname></pt> <pd conaction="pushreplace" conref="parameters-pdf.dita#pdf/org.dita.pdf2.i18n.enabled.desc"> <p>Enables internationalization (I18N) font processing to provide per-character font selection for FO renderers that do not support the <codeph>font-selection-strategy</codeph> property (such as Apache FOP).</p> <p>When this feature is enabled, DITA-OT uses a font mapping process that takes the content language into consideration. The mapping process uses configuration files for each language to define characters that should be rendered with certain logical fonts, and font mappings that associate each logical font to physical font files.</p> <p>The following values are allowed:</p> <ul> <li><option>true</option> (default) — Enables font mapping</li> <li><option>false</option> — Disables font mapping</li> </ul> <note type="tip">If you don’t use custom character mappings, turning off font mapping makes it easier to define custom fonts simply by changing font names in the XSL attributes files of your custom PDF plug-in. For details, see <xref keyref="jelovirt-on-pdf2-i18n"/>.</note> </pd> </plentry> <plentry id="outputFile.base"> <pt> <parmname>outputFile.base</parmname> </pt> <pd conaction="mark" conref="parameters-pdf.dita#pdf/outputFile.base.desc"/> <pd conaction="pushafter">By default, the PDF file uses the base filename of the input <filepath>.ditamap</filepath> file.</pd> </plentry> <plentry id="pdf.formatter"> <pt> <parmname>pdf.formatter</parmname> </pt> <pd>The client package comes with Apache FOP; other XSL processors must be separately installed.</pd> </plentry> <plentry id="publish.required.cleanup" importance="deprecated"> <pt> <parmname>publish.required.cleanup</parmname> </pt> <pd conaction="mark" conref="parameters-pdf.dita#pdf/publish.required.cleanup.desc"/> <pd conaction="pushafter">The default value is the value of the <parmname>args.draft</parmname> parameter. <ph audience="xslt-customizer">Corresponds to the XSLT parameter <parmname>publishRequiredCleanup</parmname>.</ph><note type="notice">This parameter is deprecated in favor of the <parmname>args.draft</parmname> parameter.</note></pd> </plentry> </parml> </section> </refbody> </reference> <reference id="xhtml"> <title>XHTML</title> <shortdesc conaction="pushreplace" conref="parameters-xhtml.dita#xhtml/shortdesc">Certain parameters are specific to the XHTML transformation.</shortdesc> <refbody> <section> <parml> <plentry id="args.xhtml.contenttarget"> <pt> <parmname>args.xhtml.contenttarget</parmname> </pt> <pd conaction="mark" conref="parameters-xhtml.dita#xhtml/args.xhtml.contenttarget.desc"/> <pd conaction="pushafter">The default value is <option>contentwin</option>. Change this value to use a different target name for the table of contents.</pd> </plentry> </parml> </section> </refbody> </reference> <reference id="html5"> <title>HTML5 parameters</title> <titlealts> <navtitle>HTML5</navtitle> </titlealts> <shortdesc conaction="pushreplace" conref="parameters-html5.dita#html5/shortdesc">The HTML5 transformation shares common parameters with other HTML-based transformations and provides additional parameters that are specific to HTML5 output.</shortdesc> <refbody> <!-- args.html5.contenttarget is listed in generated topic, but does not appear in default HTML5 output files. --> <section> <!-- Re-use extended base-html parameter descriptions for #132 --> <parml> <plentry id="args.copycss"> <pt><parmname>args.copycss</parmname></pt> <pd conaction="mark" conref="parameters-html5.dita#html5/args.copycss.desc"/> <pd conaction="pushafter"> <div conref="./ant-parameters-details.dita#base-html/args.copycss.details"/></pd> </plentry> <plentry id="args.css"> <pt><parmname>args.css</parmname></pt> <pd conaction="mark" conref="parameters-html5.dita#html5/args.css.desc"/> <pd conaction="pushafter"> <div conref="./ant-parameters-details.dita#base-html/args.css.details"/></pd> </plentry> <plentry id="args.csspath"> <pt> <parmname>args.csspath</parmname> </pt> <pd conaction="pushreplace" conref="parameters-html5.dita#html5/args.csspath.desc"> <div conref="./ant-parameters-details.dita#base-html/args.csspath.desc"/></pd> <pd conaction="mark" conref="parameters-html5.dita#html5/args.csspath.desc"/> <pd conaction="pushafter"> <div conref="./ant-parameters-details.dita#base-html/args.csspath.details"/> </pd> </plentry> <plentry id="args.cssroot"> <pt> <parmname>args.cssroot</parmname> </pt> <pd conaction="pushreplace" conref="parameters-html5.dita#html5/args.cssroot.desc"> <div conref="./ant-parameters-details.dita#base-html/args.cssroot.desc"/></pd> <pd conaction="mark" conref="parameters-html5.dita#html5/args.cssroot.desc"/> <pd conaction="pushafter"> <div conref="./ant-parameters-details.dita#base-html/args.cssroot.details"/></pd> </plentry> <plentry id="args.ftr"> <pt> <parmname>args.ftr</parmname> </pt> <pd conaction="mark" conref="parameters-html5.dita#html5/args.ftr.desc"/> <pd conaction="pushafter"> <div conref="./ant-parameters-details.dita#base-html/args.ftr.details"/></pd> </plentry> <plentry id="args.gen.default.meta"> <pt> <parmname>args.gen.default.meta</parmname> </pt> <pd conaction="mark" conref="parameters-html5.dita#html5/args.gen.default.meta.desc"/> <pd conaction="pushafter" audience="xslt-customizer"> <div conref="./ant-parameters-details.dita#base-html/args.gen.default.meta.details"/> </pd> </plentry> <plentry id="args.hdf"> <pt><parmname>args.hdf</parmname></pt> <pd conaction="mark" conref="parameters-html5.dita#html5/args.hdf.desc"/> <pd conaction="pushafter"> <div conref="./ant-parameters-details.dita#base-html/args.hdf.details"/></pd> </plentry> <plentry id="args.hdr"> <pt> <parmname>args.hdr</parmname> </pt> <pd conaction="mark" conref="parameters-html5.dita#html5/args.hdr.desc"/> <pd conaction="pushafter"> <div conref="./ant-parameters-details.dita#base-html/args.hdr.details"/></pd> </plentry> <plentry id="args.hide.parent.link" importance="deprecated"> <pt> <parmname>args.hide.parent.link</parmname> </pt> <pd conaction="mark" conref="parameters-html5.dita#html5/args.hide.parent.link.desc"/> <pd conaction="pushafter"> <div conref="./ant-parameters-details.dita#base-html/args.hide.parent.link.details"/></pd> </plentry> <plentry id="args.outext"> <pt> <parmname>args.outext</parmname> </pt> <pd conaction="mark" conref="parameters-html5.dita#html5/args.outext.desc"/> <pd conaction="pushafter"> <div conref="./ant-parameters-details.dita#base-html/args.outext.details"/></pd> </plentry> <plentry id="args.xsl"> <pt> <parmname>args.xsl</parmname> </pt> <pd conaction="mark" conref="parameters-html5.dita#html5/args.xsl.desc"/> <pd conaction="pushafter"> <div conref="./ant-parameters-details.dita#base-html/args.xsl.details"/></pd> </plentry> <!-- End shared base-html parameter descriptions --> <plentry id="nav-toc"> <pt><parmname>nav-toc</parmname></pt> <pd conaction="pushreplace" conref="parameters-html5.dita#html5/nav-toc.desc"> <p>Specifies whether to generate a table of contents (ToC) in the HTML5 <xmlelement>nav</xmlelement> element of each page. The navigation can then be rendered in a sidebar or menu via CSS. </p> <p>The following values are supported: <ul> <li><option>none</option> (default) – No table of contents will be generated</li> <li><option>partial</option> – Include the current topic in the ToC along with its parents, siblings and children</li> <li><option>full</option> – Generate a complete ToC for the entire map</li> </ul> </p> </pd> </plentry> </parml> </section> </refbody> </reference> </reference>