mirror of
https://github.com/zoriya/xmlParser.git
synced 2025-12-19 00:55:11 +00:00
The xml parse works for <yes/>. Adding tests
This commit is contained in:
@@ -27,5 +27,6 @@ struct node
|
||||
node *next;
|
||||
};
|
||||
|
||||
node *xmlparse(char *path);
|
||||
dictionary *property_add(dictionary *list, dictionary *property);
|
||||
node *xml_parsenode(char **nodestr);
|
||||
Reference in New Issue
Block a user