We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have the following occurring to me:
new xmldom.XMLSerializer().serializeToString(new xmldom.DOMParser().parseFromString('<node>	</node>')) // Returns: '<node>\t</node>' // Expected: '<node>	</node>'
I believe that this occurs during serialization. Is this intended behavior? If so, how can I make it output escaped characters instead?
Thanks much.
The text was updated successfully, but these errors were encountered:
This project is not active anymore. You can try fast-xml-parser instead
Sorry, something went wrong.
Thank you, @amitguptagwl. I don't even quite remember what I was trying to use this for anymore, but your recommendation is duly noted. 😅
No branches or pull requests
I have the following occurring to me:
I believe that this occurs during serialization. Is this intended behavior? If so, how can I make it output escaped characters instead?
Thanks much.
The text was updated successfully, but these errors were encountered: