From ca7f1845d9c71ce062e8fbbc107e85a477544f71 Mon Sep 17 00:00:00 2001 From: Brendan Ratliff Date: Sat, 17 Mar 2018 23:55:18 +0000 Subject: [PATCH] Update Core.cpp Not sure why there's no option to output iXML to stdout as well as a .xml file, so I've crudely added it for my own purposes. --- Source/Common/Core.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Common/Core.cpp b/Source/Common/Core.cpp index 158e048c..0253cebd 100644 --- a/Source/Common/Core.cpp +++ b/Source/Common/Core.cpp @@ -1572,6 +1572,7 @@ void Core::Batch_Launch_iXML(handlers::iterator &Handler) if (!Content.empty()) { //Saving file + cout << Content; // stdout try { File F;