diff options
-rw-r--r-- | mutator_aux.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
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() |