What does <![CDATA[]]> in XML mean?

前端 未结 13 2175
独厮守ぢ
独厮守ぢ 2020-11-21 07:52

I often find this strange CDATA tag in XML files:


I have observed that this CD

13条回答
  •  说谎
    说谎 (楼主)
    2020-11-21 07:58

    It's used to contain data which could otherwise be seen as xml because it contains certain characters.

    This way the data inside will be displayed, but not interpreted.

提交回复
热议问题