XML creation and parse API changes
This commit is contained in:
parent
056b5c97dd
commit
4742fde1e9
21 changed files with 309 additions and 258 deletions
|
|
@ -120,7 +120,7 @@ clicon_rpc_msg(clicon_handle h,
|
|||
}
|
||||
clicon_debug(1, "%s retdata:%s", __FUNCTION__, retdata);
|
||||
if (retdata &&
|
||||
clicon_xml_parse_str(retdata, NULL, &xret) < 0)
|
||||
xml_parse_string(retdata, NULL, &xret) < 0)
|
||||
goto done;
|
||||
if (xret0){
|
||||
*xret0 = xret;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue