ThoughtWorksInc/Binding.scala

Support CDATA section when coalescing flag is off

Open

#30 opened on Oct 26, 2016

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Scala (108 forks)batch import
help wanted

Repository metrics

Stars
 (1,584 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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.

Contributor guide