Hi guys, i using xml-parser in my application.
When i save XML file with element who have string with double space ie. "String<here_is_double_space>with double space" and when i use
XMLParser().parseFromString(data);
this element is replaced to "String with double space" and my double space is now single space.
Can i prevent this somehow?