Moved with-defaults processing from get(-config) to xmldb_get when reading db
With-defaults: fixed cornercase in xpath used in list pagination C-API: Added `with-defaults` parameter (default 0) to `xmldb_get0()`
This commit is contained in:
parent
e885d63f68
commit
0d41d49fa9
19 changed files with 420 additions and 196 deletions
|
|
@ -1501,7 +1501,7 @@ xml_find_index_yang(cxobj *xp,
|
|||
* if (clixon_xml_find_index(xp, yp, NULL, "a", ns, cvk, xv) < 0)
|
||||
* err;
|
||||
* for (i=0; i<clixon_xvec_len(xv); i++){
|
||||
* x = clixon_xpath_i(xv, i);
|
||||
* x = clixon_xvec_i(xv, i);
|
||||
* ...
|
||||
* }
|
||||
* clixon_xvec_free(xvec);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue