From 4f2addef1a39c2a19b6147fcb59e073bea5ea9ae Mon Sep 17 00:00:00 2001 From: Dan Rose Date: Thu, 31 Oct 2019 18:30:16 -0500 Subject: [PATCH] Allow xmlns attribute on the root element Signed-off-by: Dan Rose --- src/core/ddsi/src/q_config.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/ddsi/src/q_config.c b/src/core/ddsi/src/q_config.c index 2aec54c..7664e8d 100644 --- a/src/core/ddsi/src/q_config.c +++ b/src/core/ddsi/src/q_config.c @@ -830,6 +830,7 @@ static const struct cfgelem root_cfgelems[] = { }; static const struct cfgelem root_cfgattrs[] = { + { ATTR("xmlns"), 0, "", 0, 0, 0, uf_nop, 0, pf_nop, NULL }, { ATTR("xmlns:xsi"), 0, "", 0, 0, 0, uf_nop, 0, pf_nop, NULL }, { ATTR("xsi:noNamespaceSchemaLocation"), 0, "", 0, 0, 0, uf_nop, 0, pf_nop, NULL }, END_MARKER