I regularly track down this strange
CDATA tag in
XML records:
<![CDATA[some stuff]]>
I have seen that this
CDATA tag consistently comes toward the start, and afterwards followed by some stuff.
Yet, once in a while it is utilized, here and there it isn't. I expect it is to check that some stuff is the "data" that will be embedded after that. Yet, what sort of data is
some stuff? Isn't anything I write in XML tags some sort of data?