Index: XmlTools2/trunk/xmlpatch.cpp
===================================================================
--- XmlTools2/trunk/xmlpatch.cpp	(revision 958)
+++ XmlTools2/trunk/xmlpatch.cpp	(revision 960)
@@ -271,7 +271,5 @@
         engine.globalObject().setProperty("$xmlData",currXmlFileString);
 
-        if(this->verboseEnabled){
-            begin = clock();
-        }
+        begin = clock();
 
         // main needs to be called so the user code is evaluated
@@ -460,4 +458,5 @@
 
             command.replace("'","\""); //replace apostrophe by quotes, to avoid problems
+            command.replace("\"\"","'"); // this allow to use '' as ' ('' is transformed in "" and then in ')
 
             executeCommandOperation(command);
