* Added xmlns validation
* for eg <a xmlns:x="uri"><x:b/></a>
This commit is contained in:
parent
39538461c2
commit
849e46191e
6 changed files with 124 additions and 52 deletions
|
|
@ -69,7 +69,7 @@ typedef struct xml cxobj; /* struct defined in clicon_xml.c */
|
|||
* @retval 1 Abort, dont continue with others
|
||||
* @retval 2 Locally, just abort this subtree, continue with others
|
||||
*/
|
||||
typedef int (xml_applyfn_t)(cxobj *yn, void *arg);
|
||||
typedef int (xml_applyfn_t)(cxobj *x, void *arg);
|
||||
|
||||
/*
|
||||
* xml_flag() flags:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue