What does in XML mean?

CDATA stands for Character Data and it means that the data in between these strings includes data that could be interpreted as XML markup, but should not be.

Example:
etc/system.xml

...
<comment><![CDATA[In kilometers]]></comment>
...

Leave a Reply