ThoughtWorksInc/Binding.scala

Support CDATA section when coalescing flag is off

Open

#30 geöffnet am 26. Okt. 2016

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Scala (108 Forks)batch import
help wanted

Repository-Metriken

Stars
 (1.584 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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