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