Binding.scala
Binding.scala copied to clipboard
Support CDATA section when coalescing flag is off
CDATA sections can be created if coalescing flag is off.
Note that coalescing flag is on by default and scala -Xxml:-coalescing will turn off the flag.
This issue is good for first-time contributors. You can add some translation rules in dom.scala and XmlExtractor.scala , in order to convert a scala.xml.PCData to a org.scalajs.dom.raw.CDATASection.