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
trueto 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
trueto add the@xml:langattribute to the root element. Otherwise,false.The default is
true:<addLanguageAttributeToRoot>true</addLanguageAttributeToRoot> <addScopeWhenExternalReference>-
Set to
trueto add the@scopeattribute to elements with external references. Otherwise,false.Setting the
@scopeattribute 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
trueto enable the conversion of DITA conditions to SDL conditions. Otherwise,false.The default is
true:<convertConditions>true</convertConditions> <convertDocumentTypes>-
Set to
trueto 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.