simplify whitespace
Whitespace in ODF has a few extra rules on top of XML. WhitespaceHandler remove whitespace from elements that do not allow any text nodes. The nodes that allow mixed contents or only text nodes are not handled at all. Whitespace in those nodes should be handled as well.