Skip to content

Commit

Permalink
disable saxCoreValidation
Browse files Browse the repository at this point in the history
Signed-off-by: Achim Völker <achim.voelker@rwth-aachen.de>
  • Loading branch information
achim-voelker authored and m-mirz committed May 23, 2021
1 parent d86279e commit ae250e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CIMFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ModelDescription* CIMFile::getModelDescription()


xercesc::SAX2XMLReader* Reader = xercesc::XMLReaderFactory::createXMLReader();
Reader->setFeature(xercesc::XMLUni::fgSAX2CoreValidation, true);
Reader->setFeature(xercesc::XMLUni::fgSAX2CoreValidation, false);
// xmlReader->setFeature(XMLUni::fgSAX2CoreNameSpaces, true); // optional

Reader->setContentHandler(DescriptionHandler);
Expand Down

0 comments on commit ae250e8

Please sign in to comment.