From b2750a3f9c0011d5357d24005ae15d0f78fd456a Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Tue, 31 Jan 2017 17:37:29 +0330 Subject: added the namespace attibute to the xml report --- mutator_aux.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mutator_aux.cpp b/mutator_aux.cpp index 6599def..1dab807 100644 --- a/mutator_aux.cpp +++ b/mutator_aux.cpp @@ -162,7 +162,10 @@ bool IsTheMatchInMainFile(bool MainFileFlag, bool MainFile) /******************************************************XMLReport******************************************************/ XMLReport::XMLReport() { - RootPointer = XMLReportDoc.NewElement("Report"); + RootPointer = XMLReportDoc.NewElement("mutator:Report"); +#if 1 + RootPointer->SetAttribute("xmlns:mutator", "http://www.w3.org/2001/XMLSchema"); +#endif } void XMLReport::XMLCreateReport() -- cgit v1.2.3