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:
parent
db8cf75077
commit
609e27e0c2
8 changed files with 229 additions and 67 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue