Skip to content
New issue

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

Support CDATA section when coalescing flag is off #30

Open
Atry opened this issue Oct 26, 2016 · 1 comment
Open

Support CDATA section when coalescing flag is off #30

Atry opened this issue Oct 26, 2016 · 1 comment

Comments

@Atry
Copy link
Collaborator

Atry commented Oct 26, 2016

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 Atry changed the title Support CDATA section Support CDATA section when coalescing flag is off Dec 30, 2016
@Atry Atry marked this as a duplicate of #58 Jul 28, 2017
@Atry
Copy link
Collaborator Author

Atry commented Mar 28, 2018

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant