- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
[scala-bts] #3368: Minimize escaping in CDATA sections
Wed, 2010-04-28, 18:26
--------------------------------------+-------------------------------------
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
}}}
Thu, 2010-04-29, 00:17
#2
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.
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".