ThoughtWorksInc/Binding.scala

Support CDATA section when coalescing flag is off

Open

#30 ouverte le 26 oct. 2016

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Scala (108 forks)batch import
help wanted

Métriques du dépôt

Stars
 (1 584 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur