* Fixed: [namespace prefix nc is not supported in full #154](https://github.com/clicon/clixon/issues/154)

* edit-config "config" parameter did not work with prefix other than null
This commit is contained in:
Olof hagsand 2020-12-02 14:21:17 +01:00
parent 2b9f19a19f
commit d045e8abce
6 changed files with 85 additions and 17 deletions

View file

@ -1697,7 +1697,7 @@ xml_find_type_value(cxobj *xt,
*
* The value can be of an attribute only
* @param[in] xt xml tree node
* @param[in] prefix Prefix (namespace local name) or NULL
* @param[in] prefix Prefix (namespace local name) or NULL (any prefix)
* @param[in] name name of xml tree node (eg attr name or "body")
* @param[in] type Matching type or -1 for any
* @retval val Pointer to the name string