Added xml_template_apply

This commit is contained in:
Olof hagsand 2024-02-19 12:20:20 +01:00
parent 9bc60abe2e
commit b551e9e5c7
4 changed files with 134 additions and 0 deletions

View file

@ -78,5 +78,6 @@ int xml_rpc_isaction(cxobj *xn);
int xml_find_action(cxobj *xn, int top, cxobj **xap);
int purge_tagged_nodes(cxobj *xn, char *ns, char *name, char *value, int keepnode);
int clixon_compare_xmls(cxobj *xc1, cxobj *xc2, enum format_enum format);
int xml_template_apply(cxobj *x, void *arg);
#endif /* _CLIXON_XML_MAP_H_ */