Skip to content

Conversation

@timostrunk
Copy link

Following our discussion here: https://svn.boost.org/trac/boost/ticket/11600#comment:6
I implemented a new flag trim_whitespace_without_normalization, which enables rapidxml::parse_trim_whitespace without enabling rapidxml::normalize_whitespace .

This option allows preserving whitespace in textnodes and pretty printing of XML at the same time (and clean roundtrips of those).

If both "boost::property_tree::xml_parser::trim_whitespace" and "boost::property_tree::xml_parser::trim_whitespace_without_normalization" are given "trim_whitespace" overrides "trim_whitespace_without_normalization". Existing behaviour of the library is not modified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant