-
Notifications
You must be signed in to change notification settings - Fork 92
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
XML.save() dropped double quotation marks because " parsing #413
Comments
I've also tried to load XML like this:
But after saving XMLs are still broken. |
Looks like it is a defect in 2.0.0-M1. If so, then it would mean #279 is a likely suspect. I only expected that change to affect PCDATA and CDATA. I didn't realize |
Switched to 1.2.0 and the error gone. |
Glad to hear that. We'll work on fixing in 2.0.0-M2. I appreciate you bothering to report this. |
@DenisNovac nice catch! thanks for testing the milestone |
No problem c: |
One option is implementing something called |
Hi everyone. I've read this lines with
XML.loadFile(path)
:Then i saved them with
XML.save(filepath, xml)
. Now i want to read this file back, but i can't:Inside my file:
Looks like double quotation marks were lost somehow.
More examples:
Before:
After:
The text was updated successfully, but these errors were encountered: