Documentation Center

Trisoft.ContentImporter.config

The Trisoft.ContentImporter.config configuration file stores the user settings for Content Importer. The file is located on the client: <LocalApplicationData>\SDL\InfoShare Client\<ApplicationVersion>\.

XML elements to configure Content Importer

<config>

The Content Importer configuration file consists of a single <config> element used as container for the other elements.

<input>

The <input> element persists the latest values entered in the input pages.

Changes to this element will be overwritten by Content Importer.

<processors>

The <processors> element contains a set of file processors that are used by Content Importer to convert files before importing them into the Repository.

XML elements to configure the DITA XML file processor

<addFormatAttributeToReferences>

Set to true to add the <format> attribute to reference elements. Otherwise, false.

After converting references, the file path extensions will be removed so that the format of a reference can no longer be deduced. If an external application needs the format, enable this option to explicitly add the format attribute.

The default is false:

<addFormatAttributeToReferences>false</addFormatAttributeToReferences>
<addLanguageAttributeToRoot>

Set to true to add the @xml:lang attribute to the root element. Otherwise, false.

The default is true:

<addLanguageAttributeToRoot>true</addLanguageAttributeToRoot>
<addScopeWhenExternalReference>

Set to true to add the @scope attribute to elements with external references. Otherwise, false.

Setting the @scope attribute explicitly on external references is required by Content Manager. If the option is disabled, an error will be raised when an external reference is found.

The default is false:

<addScopeWhenExternalReference>false</addScopeWhenExternalReference>
<convertConditions>

Set to true to enable the conversion of DITA conditions to SDL conditions. Otherwise, false.

The default is true:

<convertConditions>true</convertConditions>
<convertDocumentTypes>

Set to true to enable the conversion of document types. Otherwise, false.

The default is true:

<convertDocumentTypes>true</convertDocumentTypes>
<dita>

The <dita> element contains all configuration used by the DITA XML file processor.

<ditasettings>

The DITA XML file processor element contains a single <ditasettings> element. It is just a container for DITA setting elements.