This is an issue open with support, but I thought I'd ask here too:
In Trisoft.ContentImporter.config, this prevent content importer from changing the doctype statement and from adding a form attribute to image elements:
<processors>
<dita>
<ditasettings>
<addFormatAttributeToReferences>false</addFormatAttributeToReferences>
...
<convertDocumentTypes>false</convertDocumentTypes>
...
</ditasettings>
</dita>
</processors>
But, this doesn't do anything, if you run contentimporter from the command line, e.g.:
contentimporter run import.config
Support suggested that there is a way to specify the same things in the job options file (import.config above). But none of the suggestions have worked. Does anyone know if this can be done?
OCD
[edited by: Kendall Shaw at 7:34 PM (GMT 1) on 28 Jul 2022]
