From: Aleksander Ɓukasz Date: Thu, 23 Jan 2014 08:37:47 +0000 (+0100) Subject: smartxml: implementing merging of inserted text nodes if necessary X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/0ee14b1c718895bbc4034df7f6f35c0eabf06838?hp=0ee14b1c718895bbc4034df7f6f35c0eabf06838 smartxml: implementing merging of inserted text nodes if necessary This ensures that document stays in a normalized state, i.e. without adjacent text nodes. Up until now it was the client code responsibility not to denormalize the document. ---