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
This issue migrated from https://issues.scala-lang.org/browse/SI-3368.
There is substantial discussion there which is not reproduced here. Please see that tracker.
The original description:
Sort of defeats part of the purpose of using a CDATA...
scala> <hi><![CDATA[This & That]]></hi> res0: scala.xml.Elem = <hi>This & That</hi>
The text was updated successfully, but these errors were encountered:
This issue was already fixed back prior to the spin-off of scala-xml to github.
See the original issue https://issues.scala-lang.org/browse/SI-3368
Sorry, something went wrong.
Can someone elaborate on status of this? Seems like issue still here even after scala-xml moved to separate module.
scala-xml
Is this still depends on compiler flag? Can it be altered by factory.setFeature on parser level?
factory.setFeature
No branches or pull requests
This issue migrated from https://issues.scala-lang.org/browse/SI-3368.
There is substantial discussion there which is not reproduced here. Please see that tracker.
The original description:
Sort of defeats part of the purpose of using a CDATA...
The text was updated successfully, but these errors were encountered: