Binding.scala icon indicating copy to clipboard operation
Binding.scala copied to clipboard

Support CDATA section when coalescing flag is off

Open Atry opened this issue 9 years ago • 1 comments

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.

Atry avatar Oct 26 '16 09:10 Atry

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.

Atry avatar Mar 28 '18 17:03 Atry