The Trados cloud platform will be undergoing maintenance on Saturday, 9th May 2026 between 05:00 to 17:00 UTC. During this time, you will not be able to log in to the Trados platform.

XML Configuration Question

I have an XML file:

<?xml version="1.0" encoding="utf-8"?>
<ErrorList>
<!-- Longi Errors -->
<Error>
<errorCode>1</errorCode>
<isError>true</isError>
<errorShortText>Horizontal drive</errorShortText>
<errorLongText>Horizontal drive has encountered an error and must be reset</errorLongText>
<errorSolutionText>Ensure table top moves freely. Do a fault reset</errorSolutionText>
</Error>

With many "Error" sections. I have been able to get the ShortText, LongText, and SolutionText to be imported for translation. What I want is to have the "errorCode" tag to be added as the ID in passolo. How would I do this?

Thanks

emoji