Files
ardour/libs/pbd
Paul Davis df3a4ed9c6 move call to xmlKeepBlanksDefault(0) to before the creation of an XML parser context
the value is used by the parser context; the old code called it only after the *first* parser context
was created. therefore the first XMLTree::read() call has its behavior determined by libxml2's default
for this value, rather than by our explicit choice (do not treat whitespace as a note). All subequent
read() calls will use our value.

This variable inside libxml2 is actually per-thread, which just increases the stakes for calling
xmlKeepBlanksDefault() at the right time
2020-01-05 17:58:54 -07:00
..
2019-08-12 16:41:25 +02:00
2015-10-05 16:17:49 +02:00
2019-11-09 06:30:46 +01:00
2016-11-17 12:58:28 +01:00