cyclonedds/src/ddsrt
Erik Boasson 5ca66f5bda Allow closing config elems with </> if from envvar
The Cyclone DDS configuration is in principle an XML document, but it is
possible to write configuration fragments directly in the CYCLONEDDS_URI
environment variable.  In that case, it is quite annoying to have to
enter the full closing tags all the time, and so it now allows closing
elements with a simple </> when not reading them from a file.

While it would be trivial to also allow this when reading the
configuration from a file, it seems that promulgating invalid XML would
be bad form ... and besides, in that case editors can help keep
everything in order.

Signed-off-by: Erik Boasson <eb@ilities.com>
2019-05-05 20:46:50 +08:00
..
include Allow closing config elems with </> if from envvar 2019-05-05 20:46:50 +08:00
src Allow closing config elems with </> if from envvar 2019-05-05 20:46:50 +08:00
tests Moved expand_envvars. 2019-04-24 15:00:37 +02:00
CMakeLists.txt Removed expand_envvars.h 2019-04-25 13:29:11 +02:00