Augmented XML uses default namespace

* Instead of using prefixes for augmented XML, assign the default namespace
Test: moved datastore format tests from test_cli to new test_datastore_format
This commit is contained in:
Olof hagsand 2022-06-08 11:19:50 +02:00
parent db8cf75077
commit 609e27e0c2
8 changed files with 229 additions and 67 deletions

View file

@ -124,7 +124,7 @@ static cxobj*
text_create_node(clixon_text_syntax_yacc *ts,
char *name)
{
cxobj *xn;
cxobj *xn = NULL;
yang_stmt *ymod;
char *ns;
char *prefix = NULL;