- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
[scala-bts] #3368: Minimize escaping in CDATA sections
--------------------------------------+-------------------------------------
Reporter: acruise | Owner: scala-xml_team
Type: defect | Status: new
Priority: normal | Component: XML support
Keywords: xml cdata escape escaping |
--------------------------------------+-------------------------------------
Sort of defeats part of the purpose of using a CDATA...
{{{
scala>
res0: scala.xml.Elem = This & That
}}}










Re: [scala-bts] #3368: Preserve CDATA sections, don't convert th
--------------------------------------+-------------------------------------
Reporter: acruise | Owner: scala-xml_team
Type: defect | Status: new
Priority: normal | Component: XML support
Keywords: xml cdata escape escaping |
--------------------------------------+-------------------------------------
Comment(by acruise):
Good suggestion on the title, thanks.
Re: [scala-bts] #3368: Minimize escaping in CDATA sections
vs
). Latest comments there show that guys came to preserving element emptiness mode as specified in XML literal, and that's great. So I suggest ticket should be renamed to "Preserve CDATA sections".