GP-4376 Add setPackedOutput to Emit

This commit is contained in:
caheckman 2024-02-29 01:25:08 +00:00
parent d1dc48547e
commit 49af7f2db5
6 changed files with 36 additions and 10 deletions

View file

@ -964,7 +964,9 @@ void IfcPrintCXml::execute(istream &s)
dcp->conf->print->setOutputStream(status->fileoptr);
dcp->conf->print->setMarkup(true);
dcp->conf->print->setPackedOutput(false);
dcp->conf->print->docFunction(dcp->fd);
*status->fileoptr << endl;
dcp->conf->print->setMarkup(false);
}