boostorg / property_tree

Boost.org property_tree module
http://boost.org/libs/property_tree
55 stars 92 forks source link

Fix bug #11600. Remove whitespace in empty XML nodes. #16

Closed timostrunk closed 8 years ago

timostrunk commented 8 years ago

This pull request was already submitted as a patch in Bug report #11600. An explanation of what it does together with testcode can be found there: https://svn.boost.org/trac/boost/ticket/11600

It does not change the handling of "\t" and "\n" in Text nodes as discussed in the bug report mentioned under "Change of existing behaviour - second bug", even though I really think it should be changed. If requested, I can immediately send another pull request also fixing this.