You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: