mirror of
https://github.com/zoriya/xmlParser.git
synced 2026-06-07 11:44:45 +00:00
Now supporting weird spaces, tab and \r everywhere
This commit is contained in:
@@ -11,4 +11,5 @@
|
||||
|
||||
void xml_fillclosing_br(char *buffer, const char *name);
|
||||
char *xml_getname(char **nodestr, bool *has_parameters, bool *has_childs);
|
||||
dictionary *xml_getproperties(char **nodestr, bool *can_have_child);
|
||||
dictionary *xml_getproperties(char **nodestr, bool *can_have_child);
|
||||
char *trimstr(char *str);
|
||||
Reference in New Issue
Block a user