diff --git a/setup/modelfactory.class.inc.php b/setup/modelfactory.class.inc.php index d1192e382..48b639659 100644 --- a/setup/modelfactory.class.inc.php +++ b/setup/modelfactory.class.inc.php @@ -307,7 +307,7 @@ class ModelFactory foreach($aDataModels as $sXmlFile) { $oDocument = new DOMDocument('1.0', 'UTF-8'); - $oDocument->load($sXmlFile); + $oDocument->load($sXmlFile, LIBXML_NOBLANKS); $oXPath = new DOMXPath($oDocument); $oNodeList = $oXPath->query('//*'); foreach($oNodeList as $oNode)