Under Community Review

XML filter - A new setting request for ignore/skip a specific section of the DOCTYPE declaration

When creating a new TRADOS project for an XML file as a source, I would like a setting that ignores the DOCTYPE declaration at the top of the source file, such as below.

==========================

<!DOCTYPE view [

<!ENTITY mdash "&#x2014;">

<!ENTITY ndash "&#x2013;">

]>

==========================

Currently, because of this declaration, TRADOS converts the dashes into Hex during the project creation process.

As a workaround, I manually remove the above part of the declaration from the source file before going through the project creation process. It would be ideal if there is a TRADOS setting that allows me to set a specific declaration to be ignored/skipped so I don't have to manipulate the source file. Thank you.