The code that writes out solution in this text format has been removed from the CPLEX code base. So I'm afraid there is no way to get this format with modern versions of CPLEX.
One obvious fix is to rewrite your application so that it can read XML files as well.
Another option would be to add an intermediate step to convert the XML file into a TXT file that your application can read. This can be done for example using XSLT. Would that work for you? Do you need all fields in the TXT file or only some?
#CPLEXOptimizers#DecisionOptimization