You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
added a commit
to Atry/Binding.scala
that referenced
this issue
Jan 27, 2023
CDATA sections can be created if
coalescing
flag is off.Note that
coalescing
flag is on by default andscala -Xxml:-coalescing
will turn off the flag.The text was updated successfully, but these errors were encountered: