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
|
|
@ -326,14 +326,6 @@ main(int argc,
|
|||
}
|
||||
}
|
||||
|
||||
/* Dump data structures (for debug) */
|
||||
if (clicon_debug_get()){
|
||||
cbuf_reset(cb);
|
||||
xmltree2cbuf(cb, xt, 0);
|
||||
fprintf(stderr, "%s\n", cbuf_get(cb));
|
||||
cbuf_reset(cb);
|
||||
}
|
||||
|
||||
/* 3. Validate data (if yspec) */
|
||||
if (validate){
|
||||
if (validate_tree(h, xt, yspec) < 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue