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
Describe the bug
Creating an XML document from a prettified XML string, with whitespaces and newlines, then converting to a JS object, leaves in /n and whitespaces from the prettification.
Describe the bug
Creating an XML document from a prettified XML string, with whitespaces and newlines, then converting to a JS object, leaves in /n and whitespaces from the prettification.
To Reproduce
Given part of an XML string:
...viewing it with:
...will show:
Expected behavior
Parsing:
...should return:
Version:
Additional context
This issue was found when working with the KML format.
The text was updated successfully, but these errors were encountered: