Now supporting weird spaces, tab and \r everywhere

This commit is contained in:
Tristan Roux
2019-12-06 14:25:16 +01:00
parent fc29dbf9d5
commit 96339f7a54
4 changed files with 28 additions and 9 deletions
+2 -1
View File
@@ -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);