* NOTE: Due to an error in the previous implementation, all XPATH calls on the form `x[a=str]` where `str` is a string (not a number or XML symbol), must be changed to: `x[a='str'] or x[a="str"]`
* This includes all calls to `xpath_vec, xpath_first`, etc.
* All calls to cli_copy_config in CLI spec files must replace 2nd argument from `x[%s=%s]` to `x[%s='%s']`
* The old API is stillenabled. To define the new, define XPATH_USE_NEW in include/clixon_custom.h and recompile
|
||
|---|---|---|
| .. | ||
| cli_common.c | ||
| cli_common.h | ||
| cli_generate.c | ||
| cli_generate.h | ||
| cli_handle.c | ||
| cli_handle.h | ||
| cli_main.c | ||
| cli_plugin.c | ||
| cli_plugin.h | ||
| cli_show.c | ||
| clixon_cli.h | ||
| clixon_cli_api.h | ||
| Makefile.in | ||