There was a recommandation by Sparx to move from JScript to Javascript for matter of futur support. Good, it is almost compatible

The problem is that the Javascript implementation does not support the Microsoft extension 'activeXObject' and to fix that you must change it to 'COMObject'. It will work for the following object: 'MSScriptControl.ScriptControl' ,'MSComDlg.CommonDialog', 'Scripting.FileSystemObject, with no extensive testing, but it does the basic job.
It will not work for instanciating XML 'MSXML2.DOMDocument' or 'Excel.Application'. XML is a requirement in order to parse the result from SQLQueries (repository). The symptoms are mostly a sudden disapperance of the a receiving variable or a silent failure of the execution of a function or method of the COMObject.
I have tried many variation such as referring different versions of a COMObject, different spelling, changing the character cases, etc ..
I looked through the forum without success. Subjects with similar problems were mentionned but no solution. This is not in favor of moving to Javascript.
Any idea? Should this be reported to Sparx support?
Regards
Martial