Text syntax parser/loader
Leaf-list syntax using: "id [ leaf leaf ...]" syntax for output and input Variables using \n\r in text Added clixon_xvec_merge()
This commit is contained in:
parent
820ed5686b
commit
87719c623c
10 changed files with 257 additions and 66 deletions
|
|
@ -1056,7 +1056,6 @@ clixon_child_xvec_append(cxobj *xn,
|
|||
for (i=0; i<clixon_xvec_len(xv); i++){
|
||||
xc = clixon_xvec_i(xv, i);
|
||||
if (xml_addsub(xn, xc) < 0)
|
||||
// if (xml_child_append(xn, xc) < 0)
|
||||
goto done;
|
||||
}
|
||||
retval = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue