Skip to content

Replacing double space to one space #38

@hondek

Description

@hondek

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions