Required. Text content to appear in the XML CDATA section. Required. Denotes the end of the section. XML CDATA sections contain raw text that should be included, but not parsed, with the XML that ...
A literal representing an xref:System.Xml.Linq.XCData object. XML CDATA sections contain raw text that should be included, but not parsed, with the XML that contains it. A XML CDATA section can ...
So, something has come up with work on XML generation. So previously we were pretty much just using a Groovy script to string concat hand assemble XML (before my time!), but I'm changing it to using a ...