-
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
Characters unnecessarily escaped by toString method of XML elements #57
Comments
The
VerbatimText class and override buildString method without escape functionality.
Maintainers, is PR needed? |
Currently this is totally expected since XML has two different "values" one is CDATA and one is PCDATA. |
My comment on the scala ticket was:
This suggestion may be out of scope, but the API is confusing. |
It seems nothing in the XML specification says that double quotes |
I found this to be an effective work around:
|
fix was reverted because it caused #413 — someone want to see if they can solve them both at once? |
https://issues.scala-lang.org/browse/SI-5645
The text was updated successfully, but these errors were encountered: