Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replacing double space to one space #38

Open
hondek opened this issue Feb 19, 2021 · 0 comments
Open

Replacing double space to one space #38

hondek opened this issue Feb 19, 2021 · 0 comments

Comments

@hondek
Copy link

hondek commented Feb 19, 2021

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant