From 4bfa8004f4d4f0fb9a3b559b0905618aa2a67019 Mon Sep 17 00:00:00 2001
From: Marina Bertolino <marina.bertolino@c-s.fr>
Date: Tue, 3 Oct 2017 11:07:53 +0200
Subject: [PATCH] BUG: mantis-1453: load inxml parameter in
 OutputProcessXMLParameter

---
 .../src/otbWrapperOutputProcessXMLParameter.cxx              | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Modules/Wrappers/ApplicationEngine/src/otbWrapperOutputProcessXMLParameter.cxx b/Modules/Wrappers/ApplicationEngine/src/otbWrapperOutputProcessXMLParameter.cxx
index 3d8be1944d..5ba103723d 100644
--- a/Modules/Wrappers/ApplicationEngine/src/otbWrapperOutputProcessXMLParameter.cxx
+++ b/Modules/Wrappers/ApplicationEngine/src/otbWrapperOutputProcessXMLParameter.cxx
@@ -320,7 +320,10 @@ OutputProcessXMLParameter::ParseGroup(const std::string& group)
            //Nothing to do. copy emptyValue
            value = emptyValue;
            }
-
+         else if (type == ParameterType_InputProcessXML)
+           {
+             continue;
+           }
          //get only file name
     /*
       if(type == ParameterType_InputFilename || type == ParameterType_InputImage ||
-- 
GitLab