* @param fileConnection
* The path to the connection file.
*/
public void createXmlEngine(String fileConnection) {
// pass null as connection to running the translation at compile time
xmlEngine = new XmlEngine(null);
xmlEngine.isResource = true;
xmlEngine.fileBaseLocation = new File(".");
xmlEngine.strReplaceWhat = null;
xmlEngine.strReplaceWith = null;
XmlEngine.strTextDividedByZero = "TextDividedByZero";