cyclonedds/src/core
Erik Boasson 326ab93572 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-23 18:51:23 +02:00
..
ddsc Move CycloneDDS/DDSI2E/* to CycloneDDS/* in config 2019-05-23 18:51:23 +02:00
ddsi Allow closing config elems with </> if from envvar 2019-05-23 18:51:23 +02:00
xtests move util library into ddsrt 2019-05-23 18:51:23 +02:00
CMakeLists.txt move util library into ddsrt 2019-05-23 18:51:23 +02:00