add biicode support

This commit is contained in:
David
2015-03-16 10:41:00 +01:00
parent b53aaa885d
commit 4633c3aa27
3 changed files with 15 additions and 1 deletions

View File

@@ -65,7 +65,7 @@ public:
protected:
virtual void CloseElement () {
if (_elementJustOpened && !isVoidElement (_stack.PeekTop())) {
SealElement();
SealElementIfJustOpened();
}
XMLPrinter::CloseElement();
}