smartxml: implementing merging of inserted text nodes if necessary
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Thu, 23 Jan 2014 08:37:47 +0000 (09:37 +0100)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Thu, 23 Jan 2014 08:37:47 +0000 (09:37 +0100)
commit0ee14b1c718895bbc4034df7f6f35c0eabf06838
tree1f1ed72a12542b5d6c574018f759e5188e105e6a
parentdea9da8dbffc4ca9c29628658166b252b8233aac
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.
src/smartxml/core.js
src/smartxml/smartxml.test.js