- Timestamp:
- Feb 16, 2014, 4:10:52 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XmlTools2/trunk/xmlpatch.cpp
r958 r960 271 271 engine.globalObject().setProperty("$xmlData",currXmlFileString); 272 272 273 if(this->verboseEnabled){ 274 begin = clock(); 275 } 273 begin = clock(); 276 274 277 275 // main needs to be called so the user code is evaluated … … 460 458 461 459 command.replace("'","\""); //replace apostrophe by quotes, to avoid problems 460 command.replace("\"\"","'"); // this allow to use '' as ' ('' is transformed in "" and then in ') 462 461 463 462 executeCommandOperation(command);
Note:
See TracChangeset
for help on using the changeset viewer.