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> ```