XML creation and parse API changes
This commit is contained in:
parent
056b5c97dd
commit
4742fde1e9
21 changed files with 309 additions and 258 deletions
|
|
@ -98,7 +98,7 @@ main(int argc, char **argv)
|
|||
return -1;
|
||||
}
|
||||
else
|
||||
if (clicon_xml_parse_str(buf, &x) < 0)
|
||||
if (xml_parse_string(buf, &x) < 0)
|
||||
return -1;
|
||||
|
||||
if (xpath_vec(x, xpath, &xv, &xlen) < 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue